Html Css Color HEX #F105AD Hollywood Cerise

📋 copy color: '#F105AD'

red 241 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #F105AD

Tints of Hollywood Cerise #F105AD

RGB

 RED value IS 241 (94.53% from 255) = 57.52%

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

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

R = 57.52%
G = 1.19%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F105AD (or 0xF105AD) is known color: Hollywood Cerise. HEX triplet: F1, 05 and AD. RGB value is (241,5,173). Sum of RGB (Red+Green+Blue) = 241+5+173=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F105AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F105AD is #0EFA52. Grayscale: #5E5E5E. Windows color (decimal): -981587 or 11339249. OLE color: 11339249.

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

Color convert

RGB 241 5 173 -
CMYK 0 0.98 0.28 0.05
HSL 317.29º 0.96% 0.48% -
HSV(B) 317.29º 0.98% 0.95% -
XYZ 43.87 21.83 41.44 -
YUV 94.72 172.19 232.34 -
System Red Green Blue C M Y K H S L
Decimal 241 5 173 0 0.98 0.28 0.05 317.29 0.96 0.48
Hex F1 5 AD 0 62 1C 5 13D 60 30
Octal 361 5 255 0 142 34 5 475 140 60
Binary 11110001 101 10101101 0 1100010 11100 101 100111101 1100000 110000

Color Harmonies of #F105AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F105AD

Black with #F105AD

Text Example


Text Example

White with #F105AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F105AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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