Html Css Color HEX #F0069E Hollywood Cerise

📋 copy color: '#F0069E'

red 240 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #F0069E

Tints of Hollywood Cerise #F0069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 59.41%
G = 1.49%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0069E (or 0xF0069E) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 9E. RGB value is (240,6,158). Sum of RGB (Red+Green+Blue) = 240+6+158=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0069E is #0FF961. Grayscale: #5C5C5C. Windows color (decimal): -1046882 or 10356464. OLE color: 10356464.

HSL color Cylindrical-coordinate representation of color #F0069E: hue angle of 321.03º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0069E is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 158 -
CMYK 0 0.98 0.34 0.06
HSL 321.03º 0.95% 0.48% -
HSV(B) 321.03º 0.98% 0.94% -
XYZ 42.17 21.12 34.2 -
YUV 93.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 240 6 158 0 0.98 0.34 0.06 321.03 0.95 0.48
Hex F0 6 9E 0 62 22 6 141 5F 30
Octal 360 6 236 0 142 42 6 501 137 60
Binary 11110000 110 10011110 0 1100010 100010 110 101000001 1011111 110000

Color Harmonies of #F0069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0069E

Black with #F0069E

Text Example


Text Example

White with #F0069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0069E; }

 p { color: rgb(240,6,158); }

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

background-color css

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

 a { background-color: rgb(240,6,158); }

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

border-color css

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

 span { border-color: rgb(240,6,158); }

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