Html Css Color HEX #F0068E Hollywood Cerise

📋 copy color: '#F0068E'

red 240 ◦ green 6 ◦ blue 142

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

Shades of Hollywood Cerise #F0068E

Tints of Hollywood Cerise #F0068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 61.86%
G = 1.55%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0068E (or 0xF0068E) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 8E. RGB value is (240,6,142). Sum of RGB (Red+Green+Blue) = 240+6+142=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068E is #0FF971. Grayscale: #5B5B5B. Windows color (decimal): -1046898 or 9307888. OLE color: 9307888.

HSL color Cylindrical-coordinate representation of color #F0068E: hue angle of 325.13º 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 #F0068E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 142 -
CMYK 0 0.98 0.41 0.06
HSL 325.13º 0.95% 0.48% -
HSV(B) 325.13º 0.98% 0.94% -
XYZ 40.88 20.61 27.41 -
YUV 91.47 156.52 233.94 -
System Red Green Blue C M Y K H S L
Decimal 240 6 142 0 0.98 0.41 0.06 325.13 0.95 0.48
Hex F0 6 8E 0 62 29 6 145 5F 30
Octal 360 6 216 0 142 51 6 505 137 60
Binary 11110000 110 10001110 0 1100010 101001 110 101000101 1011111 110000

Color Harmonies of #F0068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0068E

Black with #F0068E

Text Example


Text Example

White with #F0068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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