#F34EB4

Color #F34EB4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F34EB4

Tints of Brilliant Rose #F34EB4

Color information

#F34EB4 (or 0xF34EB4) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4E and B4. RGB value is (243,78,180). Sum of RGB (Red+Green+Blue) = 243+78+180=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F34EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34EB4 is #0CB14B. Grayscale: #8A8A8A. Windows color (decimal): -831820 or 11816691. OLE color: 11816691.

HSL color Cylindrical-coordinate representation of color #F34EB4: hue angle of 322.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34EB4 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24378180-
CMYK00.680.260.05
HSL322.91º87.3%62.94%-
HSV(B)322.91º67.9%95.29%-
XYZ47.9227.846.02-
YUV138.96151.16202.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 78 (30.86% from 255) = 15.57%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=48.50%
G=15.57%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437818000.680.260.05322.9187.362.94
HexF34EB40441A5143573f
Octal363116264010432550312777
Binary1111001110011101011010001000100110101011010000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34EB4; }

 p { color: rgb(243,78,180); }

 H1.HeaderClassName
 {
   color: #F34EB4;
 }
 .AnyTagClassName
 {
   color: #F34EB4;
 }
</style>
background-color css

<style>
 a { background-color: #F34EB4; }

 a { background-color: rgb(243,78,180); }

 div.DivClassName
 {
   background-color: #F34EB4;
 }
 .BgClassName
 {
   background-color: #F34EB4;
 }
</style>
border-color css

<style>
 span { border-color: #F34EB4; }

 span { border-color: rgb(243,78,180); }

 td.TdClassName
 {
   border-color: #F34EB4;
 }
 .TagClassName
 {
   border-color: #F34EB4;
 }
</style>