#F35499

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

Shades of Brilliant Rose #F35499

Tints of Brilliant Rose #F35499

Color information

#F35499 (or 0xF35499) is unknown color: approx Brilliant Rose. HEX triplet: F3, 54 and 99. RGB value is (243,84,153). Sum of RGB (Red+Green+Blue) = 243+84+153=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F35499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35499 is #0CAB66. Grayscale: #8B8B8B. Windows color (decimal): -830311 or 10048755. OLE color: 10048755.

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

Color convert

RGB24384153-
CMYK00.650.370.05
HSL333.96º86.89%64.12%-
HSV(B)333.96º65.43%95.29%-
XYZ45.8827.733.06-
YUV139.41135.68201.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 84 (33.20% from 255) = 17.5%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=50.62%
G=17.5%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438415300.650.370.05333.9686.8964.12
HexF3549904125514e5740
Octal3631242310101455516127100
Binary111100111010100100110010100000110010110110100111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35499; }

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

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

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

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

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

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

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

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