Html Css Color HEX #FD069A Hollywood Cerise

📋 copy color: '#FD069A'

red 253 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #FD069A

Tints of Hollywood Cerise #FD069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 61.26%
G = 1.45%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD069A (or 0xFD069A) is known color: Hollywood Cerise. HEX triplet: FD, 06 and 9A. RGB value is (253,6,154). Sum of RGB (Red+Green+Blue) = 253+6+154=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD069A is #02F965. Grayscale: #606060. Windows color (decimal): -194918 or 10094333. OLE color: 10094333.

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

Color convert

RGB 253 6 154 -
CMYK 0 0.98 0.39 0.01
HSL 324.05º 0.98% 0.51% -
HSV(B) 324.05º 0.98% 0.99% -
XYZ 46.41 23.35 32.63 -
YUV 96.73 160.33 239.47 -
System Red Green Blue C M Y K H S L
Decimal 253 6 154 0 0.98 0.39 0.01 324.05 0.98 0.51
Hex FD 6 9A 0 62 27 1 144 62 33
Octal 375 6 232 0 142 47 1 504 142 63
Binary 11111101 110 10011010 0 1100010 100111 1 101000100 1100010 110011

Color Harmonies of #FD069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD069A

Black with #FD069A

Text Example


Text Example

White with #FD069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD069A; }

 p { color: rgb(253,6,154); }

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

background-color css

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

 a { background-color: rgb(253,6,154); }

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

border-color css

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

 span { border-color: rgb(253,6,154); }

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