Html Css Color HEX #F102A4 Hollywood Cerise

📋 copy color: '#F102A4'

red 241 ◦ green 2 ◦ blue 164

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

Shades of Hollywood Cerise #F102A4

Tints of Hollywood Cerise #F102A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 59.21%
G = 0.49%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F102A4 (or 0xF102A4) is known color: Hollywood Cerise. HEX triplet: F1, 02 and A4. RGB value is (241,2,164). Sum of RGB (Red+Green+Blue) = 241+2+164=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F102A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F102A4 is #0EFD5B. Grayscale: #5B5B5B. Windows color (decimal): -982364 or 10748657. OLE color: 10748657.

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

Color convert

RGB 241 2 164 -
CMYK 0 0.99 0.32 0.05
HSL 319.33º 0.98% 0.48% -
HSV(B) 319.33º 0.99% 0.95% -
XYZ 43 21.42 36.99 -
YUV 91.93 168.68 234.33 -
System Red Green Blue C M Y K H S L
Decimal 241 2 164 0 0.99 0.32 0.05 319.33 0.98 0.48
Hex F1 2 A4 0 63 20 5 13F 62 30
Octal 361 2 244 0 143 40 5 477 142 60
Binary 11110001 10 10100100 0 1100011 100000 101 100111111 1100010 110000

Color Harmonies of #F102A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F102A4

Black with #F102A4

Text Example


Text Example

White with #F102A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F102A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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