Html Css Color HEX #FF0194 Hollywood Cerise

📋 copy color: '#FF0194'

red 255 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #FF0194

Tints of Hollywood Cerise #FF0194

RGB

 RED value IS 255 (100% from 255) = 63.12%

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

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

R = 63.12%
G = 0.25%
B = 36.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0194 (or 0xFF0194) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 94. RGB value is (255,1,148). Sum of RGB (Red+Green+Blue) = 255+1+148=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0194 is #00FE6B. Grayscale: #5D5D5D. Windows color (decimal): -65132 or 9699839. OLE color: 9699839.

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

Color convert

RGB 255 1 148 -
CMYK 0 1.00 0.42 0
HSL 325.28º 1% 0.5% -
HSV(B) 325.28º 1% 1% -
XYZ 46.6 23.42 30.08 -
YUV 93.7 158.65 243.05 -
System Red Green Blue C M Y K H S L
Decimal 255 1 148 0 1.00 0.42 0 325.28 1 0.5
Hex FF 1 94 0 64 2A 0 145 64 32
Octal 377 1 224 0 144 52 0 505 144 62
Binary 11111111 1 10010100 0 1100100 101010 0 101000101 1100100 110010

Color Harmonies of #FF0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0194

Black with #FF0194

Text Example


Text Example

White with #FF0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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