Html Css Color HEX #F00194 Hollywood Cerise

📋 copy color: '#F00194'

red 240 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #F00194

Tints of Hollywood Cerise #F00194

RGB

 RED value IS 240 (94.14% from 255) = 61.7%

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

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

R = 61.7%
G = 0.26%
B = 38.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F00194 (or 0xF00194) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 94. RGB value is (240,1,148). Sum of RGB (Red+Green+Blue) = 240+1+148=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F00194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00194 is #0FFE6B. Grayscale: #585858. Windows color (decimal): -1048172 or 9699824. OLE color: 9699824.

HSL color Cylindrical-coordinate representation of color #F00194: hue angle of 323.1º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00194 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 148 -
CMYK 0 1.00 0.38 0.06
HSL 323.1º 0.99% 0.47% -
HSV(B) 323.1º 1% 0.94% -
XYZ 41.29 20.69 29.83 -
YUV 89.22 161.18 235.55 -
System Red Green Blue C M Y K H S L
Decimal 240 1 148 0 1.00 0.38 0.06 323.1 0.99 0.47
Hex F0 1 94 0 64 26 6 143 63 2F
Octal 360 1 224 0 144 46 6 503 143 57
Binary 11110000 1 10010100 0 1100100 100110 110 101000011 1100011 101111

Color Harmonies of #F00194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00194

Black with #F00194

Text Example


Text Example

White with #F00194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00194; }

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

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

background-color css

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

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

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

border-color css

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

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

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