Html Css Color HEX #F00FA5 Hollywood Cerise

📋 copy color: '#F00FA5'

red 240 ◦ green 15 ◦ blue 165

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

Shades of Hollywood Cerise #F00FA5

Tints of Hollywood Cerise #F00FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.57%

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 57.14%
G = 3.57%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F00FA5 (or 0xF00FA5) is known color: Hollywood Cerise. HEX triplet: F0, 0F and A5. RGB value is (240,15,165). Sum of RGB (Red+Green+Blue) = 240+15+165=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FA5 is #0FF05A. Grayscale: #636363. Windows color (decimal): -1044571 or 10817520. OLE color: 10817520.

HSL color Cylindrical-coordinate representation of color #F00FA5: hue angle of 320º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FA5 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 165 -
CMYK 0 0.94 0.31 0.06
HSL 320º 0.88% 0.5% -
HSV(B) 320º 0.94% 0.94% -
XYZ 42.9 21.58 37.5 -
YUV 99.38 165.04 228.3 -
System Red Green Blue C M Y K H S L
Decimal 240 15 165 0 0.94 0.31 0.06 320 0.88 0.5
Hex F0 F A5 0 5E 1F 6 140 58 32
Octal 360 17 245 0 136 37 6 500 130 62
Binary 11110000 1111 10100101 0 1011110 11111 110 101000000 1011000 110010

Color Harmonies of #F00FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FA5

Black with #F00FA5

Text Example


Text Example

White with #F00FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FA5; }

 p { color: rgb(240,15,165); }

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

background-color css

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

 a { background-color: rgb(240,15,165); }

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

border-color css

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

 span { border-color: rgb(240,15,165); }

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