Html Css Color HEX #F005AD Hollywood Cerise

📋 copy color: '#F005AD'

red 240 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #F005AD

Tints of Hollywood Cerise #F005AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 57.42%
G = 1.2%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F005AD (or 0xF005AD) is known color: Hollywood Cerise. HEX triplet: F0, 05 and AD. RGB value is (240,5,173). Sum of RGB (Red+Green+Blue) = 240+5+173=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F005AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005AD is #0FFA52. Grayscale: #5D5D5D. Windows color (decimal): -1047123 or 11339248. OLE color: 11339248.

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

Color convert

RGB 240 5 173 -
CMYK 0 0.98 0.28 0.06
HSL 317.11º 0.96% 0.48% -
HSV(B) 317.11º 0.98% 0.94% -
XYZ 43.53 21.65 41.42 -
YUV 94.42 172.36 231.84 -
System Red Green Blue C M Y K H S L
Decimal 240 5 173 0 0.98 0.28 0.06 317.11 0.96 0.48
Hex F0 5 AD 0 62 1C 6 13D 60 30
Octal 360 5 255 0 142 34 6 475 140 60
Binary 11110000 101 10101101 0 1100010 11100 110 100111101 1100000 110000

Color Harmonies of #F005AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005AD

Black with #F005AD

Text Example


Text Example

White with #F005AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005AD; }

 p { color: rgb(240,5,173); }

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

background-color css

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

 a { background-color: rgb(240,5,173); }

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

border-color css

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

 span { border-color: rgb(240,5,173); }

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