Html Css Color HEX #F0069A Hollywood Cerise

📋 copy color: '#F0069A'

red 240 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #F0069A

Tints of Hollywood Cerise #F0069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 60%
G = 1.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0069A (or 0xF0069A) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 9A. RGB value is (240,6,154). Sum of RGB (Red+Green+Blue) = 240+6+154=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0069A is #0FF965. Grayscale: #5C5C5C. Windows color (decimal): -1046886 or 10094320. OLE color: 10094320.

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

Color convert

RGB 240 6 154 -
CMYK 0 0.98 0.36 0.06
HSL 322.05º 0.95% 0.48% -
HSV(B) 322.05º 0.98% 0.94% -
XYZ 41.83 20.99 32.42 -
YUV 92.84 162.52 232.97 -
System Red Green Blue C M Y K H S L
Decimal 240 6 154 0 0.98 0.36 0.06 322.05 0.95 0.48
Hex F0 6 9A 0 62 24 6 142 5F 30
Octal 360 6 232 0 142 44 6 502 137 60
Binary 11110000 110 10011010 0 1100010 100100 110 101000010 1011111 110000

Color Harmonies of #F0069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0069A

Black with #F0069A

Text Example


Text Example

White with #F0069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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