Html Css Color HEX #F205AD Hollywood Cerise

📋 copy color: '#F205AD'

red 242 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #F205AD

Tints of Hollywood Cerise #F205AD

RGB

 RED value IS 242 (94.92% from 255) = 57.62%

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

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

R = 57.62%
G = 1.19%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F205AD (or 0xF205AD) is known color: Hollywood Cerise. HEX triplet: F2, 05 and AD. RGB value is (242,5,173). Sum of RGB (Red+Green+Blue) = 242+5+173=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F205AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205AD is #0DFA52. Grayscale: #5E5E5E. Windows color (decimal): -916051 or 11339250. OLE color: 11339250.

HSL color Cylindrical-coordinate representation of color #F205AD: hue angle of 317.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205AD is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 173 -
CMYK 0 0.98 0.29 0.05
HSL 317.47º 0.96% 0.48% -
HSV(B) 317.47º 0.98% 0.95% -
XYZ 44.22 22 41.45 -
YUV 95.02 172.02 232.84 -
System Red Green Blue C M Y K H S L
Decimal 242 5 173 0 0.98 0.29 0.05 317.47 0.96 0.48
Hex F2 5 AD 0 62 1D 5 13D 60 30
Octal 362 5 255 0 142 35 5 475 140 60
Binary 11110010 101 10101101 0 1100010 11101 101 100111101 1100000 110000

Color Harmonies of #F205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F205AD

Black with #F205AD

Text Example


Text Example

White with #F205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F205AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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