Html Css Color HEX #FC0194 Hollywood Cerise

📋 copy color: '#FC0194'

red 252 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #FC0194

Tints of Hollywood Cerise #FC0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 62.84%
G = 0.25%
B = 36.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0194 (or 0xFC0194) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 94. RGB value is (252,1,148). Sum of RGB (Red+Green+Blue) = 252+1+148=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0194 is #03FE6B. Grayscale: #5C5C5C. Windows color (decimal): -261740 or 9699836. OLE color: 9699836.

HSL color Cylindrical-coordinate representation of color #FC0194: hue angle of 324.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0194 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 148 -
CMYK 0 1.00 0.41 0.01
HSL 324.86º 0.99% 0.5% -
HSV(B) 324.86º 1% 0.99% -
XYZ 45.5 22.86 30.03 -
YUV 92.81 159.16 241.55 -
System Red Green Blue C M Y K H S L
Decimal 252 1 148 0 1.00 0.41 0.01 324.86 0.99 0.5
Hex FC 1 94 0 64 29 1 145 63 32
Octal 374 1 224 0 144 51 1 505 143 62
Binary 11111100 1 10010100 0 1100100 101001 1 101000101 1100011 110010

Color Harmonies of #FC0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0194

Black with #FC0194

Text Example


Text Example

White with #FC0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0194; }

 p { color: rgb(252,1,148); }

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

background-color css

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

 a { background-color: rgb(252,1,148); }

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

border-color css

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

 span { border-color: rgb(252,1,148); }

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