#F35F9A

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

Shades of Brilliant Rose #F35F9A

Tints of Brilliant Rose #F35F9A

Color information

#F35F9A (or 0xF35F9A) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5F and 9A. RGB value is (243,95,154). Sum of RGB (Red+Green+Blue) = 243+95+154=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35F9A is #0CA065. Grayscale: #919191. Windows color (decimal): -827494 or 10117107. OLE color: 10117107.

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

Color convert

RGB24395154-
CMYK00.610.370.05
HSL336.08º86.05%66.27%-
HSV(B)336.08º60.91%95.29%-
XYZ46.8929.5733.81-
YUV145.98132.53197.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=49.39%
G=19.31%
B=31.30%

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
Decimal2439515400.610.370.05336.0886.0566.27
HexF35F9A03D2551505642
Octal363137232075455520126102
Binary11110011101111110011010011110110010110110101000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F9A; }

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

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

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

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

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

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

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

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