#F35FBB

Color #F35FBB Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F35FBB

Tints of Hot Pink #F35FBB

Color information

#F35FBB (or 0xF35FBB) is unknown color: approx Hot Pink. HEX triplet: F3, 5F and BB. RGB value is (243,95,187). Sum of RGB (Red+Green+Blue) = 243+95+187=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35FBB is #0CA044. Grayscale: #959595. Windows color (decimal): -827461 or 12279795. OLE color: 12279795.

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

Color convert

RGB24395187-
CMYK00.610.230.05
HSL322.7º86.05%66.27%-
HSV(B)322.7º60.91%95.29%-
XYZ50.0230.8350.33-
YUV149.74149.03194.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.29%
GREEN value IS 95 (37.5% from 255) = 18.10%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=46.29%
G=18.10%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439518700.610.230.05322.786.0566.27
HexF35FBB03D1751435642
Octal363137273075275503126102
Binary1111001110111111011101101111011011110110100001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FBB; }

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

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

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

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

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

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

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

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