Html Css Color HEX #F103A5 Hollywood Cerise

📋 copy color: '#F103A5'

red 241 ◦ green 3 ◦ blue 165

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

Shades of Hollywood Cerise #F103A5

Tints of Hollywood Cerise #F103A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 58.92%
G = 0.73%
B = 40.34%

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

#F103A5 (or 0xF103A5) is known color: Hollywood Cerise. HEX triplet: F1, 03 and A5. RGB value is (241,3,165). Sum of RGB (Red+Green+Blue) = 241+3+165=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F103A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103A5 is #0EFC5A. Grayscale: #5C5C5C. Windows color (decimal): -982107 or 10814449. OLE color: 10814449.

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

Color convert

RGB 241 3 165 -
CMYK 0 0.99 0.32 0.05
HSL 319.16º 0.98% 0.48% -
HSV(B) 319.16º 0.99% 0.95% -
XYZ 43.1 21.48 37.47 -
YUV 92.63 168.85 233.83 -
System Red Green Blue C M Y K H S L
Decimal 241 3 165 0 0.99 0.32 0.05 319.16 0.98 0.48
Hex F1 3 A5 0 63 20 5 13F 62 30
Octal 361 3 245 0 143 40 5 477 142 60
Binary 11110001 11 10100101 0 1100011 100000 101 100111111 1100010 110000

Color Harmonies of #F103A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103A5

Black with #F103A5

Text Example


Text Example

White with #F103A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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