#F35EA2

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

Shades of Brilliant Rose #F35EA2

Tints of Brilliant Rose #F35EA2

Color information

#F35EA2 (or 0xF35EA2) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5E and A2. RGB value is (243,94,162). Sum of RGB (Red+Green+Blue) = 243+94+162=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35EA2 is #0CA15D. Grayscale: #929292. Windows color (decimal): -827742 or 10641139. OLE color: 10641139.

HSL color Cylindrical-coordinate representation of color #F35EA2: hue angle of 332.62º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EA2 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24394162-
CMYK00.610.330.05
HSL332.62º86.13%66.08%-
HSV(B)332.62º61.32%95.29%-
XYZ47.4929.6737.41-
YUV146.3136.86196.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.70%
GREEN value IS 94 (37.11% from 255) = 18.84%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=48.70%
G=18.84%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439416200.610.330.05332.6286.1366.08
HexF35EA203D21514d5642
Octal363136242075415515126102
Binary11110011101111010100010011110110000110110100110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EA2; }

 p { color: rgb(243,94,162); }

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

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

 a { background-color: rgb(243,94,162); }

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

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

 span { border-color: rgb(243,94,162); }

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