Html Css Color HEX #F205B1 Hollywood Cerise

📋 copy color: '#F205B1'

red 242 ◦ green 5 ◦ blue 177

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

Shades of Hollywood Cerise #F205B1

Tints of Hollywood Cerise #F205B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 57.08%
G = 1.18%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F205B1 (or 0xF205B1) is known color: Hollywood Cerise. HEX triplet: F2, 05 and B1. RGB value is (242,5,177). Sum of RGB (Red+Green+Blue) = 242+5+177=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F205B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205B1 is #0DFA4E. Grayscale: #5F5F5F. Windows color (decimal): -916047 or 11601394. OLE color: 11601394.

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

Color convert

RGB 242 5 177 -
CMYK 0 0.98 0.27 0.05
HSL 316.46º 0.96% 0.48% -
HSV(B) 316.46º 0.98% 0.95% -
XYZ 44.61 22.16 43.52 -
YUV 95.47 174.02 232.51 -
System Red Green Blue C M Y K H S L
Decimal 242 5 177 0 0.98 0.27 0.05 316.46 0.96 0.48
Hex F2 5 B1 0 62 1B 5 13C 60 30
Octal 362 5 261 0 142 33 5 474 140 60
Binary 11110010 101 10110001 0 1100010 11011 101 100111100 1100000 110000

Color Harmonies of #F205B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F205B1

Black with #F205B1

Text Example


Text Example

White with #F205B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F205B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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