#F35F99

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

Shades of Brilliant Rose #F35F99

Tints of Brilliant Rose #F35F99

Color information

#F35F99 (or 0xF35F99) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5F and 99. RGB value is (243,95,153). Sum of RGB (Red+Green+Blue) = 243+95+153=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35F99 is #0CA066. Grayscale: #919191. Windows color (decimal): -827495 or 10051571. OLE color: 10051571.

HSL color Cylindrical-coordinate representation of color #F35F99: hue angle of 336.49º 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 #F35F99 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24395153-
CMYK00.610.370.05
HSL336.49º86.05%66.27%-
HSV(B)336.49º60.91%95.29%-
XYZ46.829.5433.37-
YUV145.86132.03197.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=49.49%
G=19.35%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439515300.610.370.05336.4986.0566.27
HexF35F9903D2551505642
Octal363137231075455520126102
Binary11110011101111110011001011110110010110110101000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F99; }

 p { color: rgb(243,95,153); }

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

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

 a { background-color: rgb(243,95,153); }

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

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

 span { border-color: rgb(243,95,153); }

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