Html Css Color HEX #F0068F Hollywood Cerise

📋 copy color: '#F0068F'

red 240 ◦ green 6 ◦ blue 143

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

Shades of Hollywood Cerise #F0068F

Tints of Hollywood Cerise #F0068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 61.7%
G = 1.54%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0068F (or 0xF0068F) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 8F. RGB value is (240,6,143). Sum of RGB (Red+Green+Blue) = 240+6+143=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068F is #0FF970. Grayscale: #5B5B5B. Windows color (decimal): -1046897 or 9373424. OLE color: 9373424.

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

Color convert

RGB 240 6 143 -
CMYK 0 0.98 0.40 0.06
HSL 324.87º 0.95% 0.48% -
HSV(B) 324.87º 0.98% 0.94% -
XYZ 40.96 20.64 27.81 -
YUV 91.58 157.02 233.86 -
System Red Green Blue C M Y K H S L
Decimal 240 6 143 0 0.98 0.40 0.06 324.87 0.95 0.48
Hex F0 6 8F 0 62 28 6 145 5F 30
Octal 360 6 217 0 142 50 6 505 137 60
Binary 11110000 110 10001111 0 1100010 101000 110 101000101 1011111 110000

Color Harmonies of #F0068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0068F

Black with #F0068F

Text Example


Text Example

White with #F0068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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