Html Css Color HEX #F105AF Hollywood Cerise

📋 copy color: '#F105AF'

red 241 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #F105AF

Tints of Hollywood Cerise #F105AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 57.24%
G = 1.19%
B = 41.57%

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

#F105AF (or 0xF105AF) is known color: Hollywood Cerise. HEX triplet: F1, 05 and AF. RGB value is (241,5,175). Sum of RGB (Red+Green+Blue) = 241+5+175=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F105AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F105AF is #0EFA50. Grayscale: #5E5E5E. Windows color (decimal): -981585 or 11470321. OLE color: 11470321.

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

Color convert

RGB 241 5 175 -
CMYK 0 0.98 0.27 0.05
HSL 316.78º 0.96% 0.48% -
HSV(B) 316.78º 0.98% 0.95% -
XYZ 44.07 21.9 42.46 -
YUV 94.94 173.19 232.18 -
System Red Green Blue C M Y K H S L
Decimal 241 5 175 0 0.98 0.27 0.05 316.78 0.96 0.48
Hex F1 5 AF 0 62 1B 5 13D 60 30
Octal 361 5 257 0 142 33 5 475 140 60
Binary 11110001 101 10101111 0 1100010 11011 101 100111101 1100000 110000

Color Harmonies of #F105AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F105AF

Black with #F105AF

Text Example


Text Example

White with #F105AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F105AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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