#FB0DA3

Color #FB0DA3 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FB0DA3

Tints of Hollywood Cerise #FB0DA3

Color information

#FB0DA3 (or 0xFB0DA3) is unknown color: approx Hollywood Cerise. HEX triplet: FB, 0D and A3. RGB value is (251,13,163). Sum of RGB (Red+Green+Blue) = 251+13+163=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DA3 is #04F25C. Grayscale: #646464. Windows color (decimal): -324189 or 10685947. OLE color: 10685947.

HSL color Cylindrical-coordinate representation of color #FB0DA3: hue angle of 322.18º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DA3 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB25113163-
CMYK00.950.350.02
HSL322.18º96.75%51.76%-
HSV(B)322.18º94.82%98.43%-
XYZ46.5423.4436.72-
YUV101.26162.85234.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 13 (5.47% from 255) = 3.04%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=58.78%
G=3.04%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511316300.950.350.02322.1896.7551.76
HexFBDA305F2321426134
Octal37315243013743250214164
Binary1111101111011010001101011111100011101010000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0DA3; }

 p { color: rgb(251,13,163); }

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

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

 a { background-color: rgb(251,13,163); }

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

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

 span { border-color: rgb(251,13,163); }

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