Html Css Color HEX #FD0BA4 Hollywood Cerise

📋 copy color: '#FD0BA4'

red 253 ◦ green 11 ◦ blue 164

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

Shades of Hollywood Cerise #FD0BA4

Tints of Hollywood Cerise #FD0BA4

RGB

 RED value IS 253 (99.22% from 255) = 59.11%

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 59.11%
G = 2.57%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD0BA4 (or 0xFD0BA4) is known color: Hollywood Cerise. HEX triplet: FD, 0B and A4. RGB value is (253,11,164). Sum of RGB (Red+Green+Blue) = 253+11+164=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0BA4 is #02F45B. Grayscale: #646464. Windows color (decimal): -193628 or 10750973. OLE color: 10750973.

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

Color convert

RGB 253 11 164 -
CMYK 0 0.96 0.35 0.01
HSL 322.07º 0.98% 0.52% -
HSV(B) 322.07º 0.96% 0.99% -
XYZ 47.33 23.8 37.22 -
YUV 100.8 163.67 236.56 -
System Red Green Blue C M Y K H S L
Decimal 253 11 164 0 0.96 0.35 0.01 322.07 0.98 0.52
Hex FD B A4 0 60 23 1 142 62 34
Octal 375 13 244 0 140 43 1 502 142 64
Binary 11111101 1011 10100100 0 1100000 100011 1 101000010 1100010 110100

Color Harmonies of #FD0BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0BA4

Black with #FD0BA4

Text Example


Text Example

White with #FD0BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0BA4; }

 p { color: rgb(253,11,164); }

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

background-color css

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

 a { background-color: rgb(253,11,164); }

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

border-color css

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

 span { border-color: rgb(253,11,164); }

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