Html Css Color HEX #F102AF Hollywood Cerise

📋 copy color: '#F102AF'

red 241 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #F102AF

Tints of Hollywood Cerise #F102AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 57.66%
G = 0.48%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F102AF (or 0xF102AF) is known color: Hollywood Cerise. HEX triplet: F1, 02 and AF. RGB value is (241,2,175). Sum of RGB (Red+Green+Blue) = 241+2+175=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F102AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F102AF is #0EFD50. Grayscale: #5C5C5C. Windows color (decimal): -982353 or 11469553. OLE color: 11469553.

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

Color convert

RGB 241 2 175 -
CMYK 0 0.99 0.27 0.05
HSL 316.57º 0.98% 0.48% -
HSV(B) 316.57º 0.99% 0.95% -
XYZ 44.04 21.84 42.45 -
YUV 93.18 174.18 233.43 -
System Red Green Blue C M Y K H S L
Decimal 241 2 175 0 0.99 0.27 0.05 316.57 0.98 0.48
Hex F1 2 AF 0 63 1B 5 13D 62 30
Octal 361 2 257 0 143 33 5 475 142 60
Binary 11110001 10 10101111 0 1100011 11011 101 100111101 1100010 110000

Color Harmonies of #F102AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F102AF

Black with #F102AF

Text Example


Text Example

White with #F102AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F102AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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