Html Css Color HEX #F103A8 Hollywood Cerise

📋 copy color: '#F103A8'

red 241 ◦ green 3 ◦ blue 168

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

Shades of Hollywood Cerise #F103A8

Tints of Hollywood Cerise #F103A8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 58.5%
G = 0.73%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F103A8 (or 0xF103A8) is known color: Hollywood Cerise. HEX triplet: F1, 03 and A8. RGB value is (241,3,168). Sum of RGB (Red+Green+Blue) = 241+3+168=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F103A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103A8 is #0EFC57. Grayscale: #5C5C5C. Windows color (decimal): -982104 or 11011057. OLE color: 11011057.

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

Color convert

RGB 241 3 168 -
CMYK 0 0.99 0.30 0.05
HSL 318.4º 0.98% 0.48% -
HSV(B) 318.4º 0.99% 0.95% -
XYZ 43.38 21.59 38.93 -
YUV 92.97 170.35 233.58 -
System Red Green Blue C M Y K H S L
Decimal 241 3 168 0 0.99 0.30 0.05 318.4 0.98 0.48
Hex F1 3 A8 0 63 1E 5 13E 62 30
Octal 361 3 250 0 143 36 5 476 142 60
Binary 11110001 11 10101000 0 1100011 11110 101 100111110 1100010 110000

Color Harmonies of #F103A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103A8

Black with #F103A8

Text Example


Text Example

White with #F103A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103A8; }

 p { color: rgb(241,3,168); }

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

background-color css

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

 a { background-color: rgb(241,3,168); }

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

border-color css

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

 span { border-color: rgb(241,3,168); }

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