Html Css Color HEX #FC089A Hollywood Cerise

📋 copy color: '#FC089A'

red 252 ◦ green 8 ◦ blue 154

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

Shades of Hollywood Cerise #FC089A

Tints of Hollywood Cerise #FC089A

RGB

 RED value IS 252 (98.83% from 255) = 60.87%

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 60.87%
G = 1.93%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC089A (or 0xFC089A) is known color: Hollywood Cerise. HEX triplet: FC, 08 and 9A. RGB value is (252,8,154). Sum of RGB (Red+Green+Blue) = 252+8+154=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC089A is #03F765. Grayscale: #616161. Windows color (decimal): -259942 or 10094844. OLE color: 10094844.

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

Color convert

RGB 252 8 154 -
CMYK 0 0.97 0.39 0.01
HSL 324.1º 0.98% 0.51% -
HSV(B) 324.1º 0.97% 0.99% -
XYZ 46.06 23.2 32.62 -
YUV 97.6 159.84 238.13 -
System Red Green Blue C M Y K H S L
Decimal 252 8 154 0 0.97 0.39 0.01 324.1 0.98 0.51
Hex FC 8 9A 0 61 27 1 144 62 33
Octal 374 10 232 0 141 47 1 504 142 63
Binary 11111100 1000 10011010 0 1100001 100111 1 101000100 1100010 110011

Color Harmonies of #FC089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC089A

Black with #FC089A

Text Example


Text Example

White with #FC089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC089A; }

 p { color: rgb(252,8,154); }

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

background-color css

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

 a { background-color: rgb(252,8,154); }

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

border-color css

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

 span { border-color: rgb(252,8,154); }

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