Html Css Color HEX #F010A5 Hollywood Cerise

📋 copy color: '#F010A5'

red 240 ◦ green 16 ◦ blue 165

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

Shades of Hollywood Cerise #F010A5

Tints of Hollywood Cerise #F010A5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.8%

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

R = 57.01%
G = 3.8%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F010A5 (or 0xF010A5) is known color: Hollywood Cerise. HEX triplet: F0, 10 and A5. RGB value is (240,16,165). Sum of RGB (Red+Green+Blue) = 240+16+165=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F010A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010A5 is #0FEF5A. Grayscale: #636363. Windows color (decimal): -1044315 or 10817776. OLE color: 10817776.

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

Color convert

RGB 240 16 165 -
CMYK 0 0.93 0.31 0.06
HSL 320.09º 0.88% 0.5% -
HSV(B) 320.09º 0.93% 0.94% -
XYZ 42.91 21.61 37.51 -
YUV 99.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 240 16 165 0 0.93 0.31 0.06 320.09 0.88 0.5
Hex F0 10 A5 0 5D 1F 6 140 58 32
Octal 360 20 245 0 135 37 6 500 130 62
Binary 11110000 10000 10100101 0 1011101 11111 110 101000000 1011000 110010

Color Harmonies of #F010A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010A5

Black with #F010A5

Text Example


Text Example

White with #F010A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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