Html Css Color HEX #FB0DA5 Hollywood Cerise

📋 copy color: '#FB0DA5'

red 251 ◦ green 13 ◦ blue 165

#FB0DA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #FB0DA5

Tints of Hollywood Cerise #FB0DA5

RGB

 RED value IS 251 (98.44% from 255) = 58.51%

 GREEN value IS 13 (5.47% from 255) = 3.03%

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 58.51%
G = 3.03%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB0DA5 (or 0xFB0DA5) is known color: Hollywood Cerise. HEX triplet: FB, 0D and A5. RGB value is (251,13,165). Sum of RGB (Red+Green+Blue) = 251+13+165=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DA5 is #04F25A. Grayscale: #656565. Windows color (decimal): -324187 or 10817019. OLE color: 10817019.

HSL color Cylindrical-coordinate representation of color #FB0DA5: hue angle of 321.68º 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 #FB0DA5 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 13 165 -
CMYK 0 0.95 0.34 0.02
HSL 321.68º 0.97% 0.52% -
HSV(B) 321.68º 0.95% 0.98% -
XYZ 46.72 23.51 37.67 -
YUV 101.49 163.85 234.64 -
System Red Green Blue C M Y K H S L
Decimal 251 13 165 0 0.95 0.34 0.02 321.68 0.97 0.52
Hex FB D A5 0 5F 22 2 142 61 34
Octal 373 15 245 0 137 42 2 502 141 64
Binary 11111011 1101 10100101 0 1011111 100010 10 101000010 1100001 110100

Color Harmonies of #FB0DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0DA5

Black with #FB0DA5

Text Example


Text Example

White with #FB0DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0DA5; }

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

 H1.HeaderClassName
 {
   color: #FB0DA5;
 }
 .AnyTagClassName
 {
   color: #FB0DA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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