Html Css Color HEX #F103AF Hollywood Cerise

📋 copy color: '#F103AF'

red 241 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #F103AF

Tints of Hollywood Cerise #F103AF

RGB

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

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

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

R = 57.52%
G = 0.72%
B = 41.77%

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

#F103AF (or 0xF103AF) is known color: Hollywood Cerise. HEX triplet: F1, 03 and AF. RGB value is (241,3,175). Sum of RGB (Red+Green+Blue) = 241+3+175=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F103AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103AF is #0EFC50. Grayscale: #5D5D5D. Windows color (decimal): -982097 or 11469809. OLE color: 11469809.

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

Color convert

RGB 241 3 175 -
CMYK 0 0.99 0.27 0.05
HSL 316.64º 0.98% 0.48% -
HSV(B) 316.64º 0.99% 0.95% -
XYZ 44.05 21.86 42.46 -
YUV 93.77 173.85 233.01 -
System Red Green Blue C M Y K H S L
Decimal 241 3 175 0 0.99 0.27 0.05 316.64 0.98 0.48
Hex F1 3 AF 0 63 1B 5 13D 62 30
Octal 361 3 257 0 143 33 5 475 142 60
Binary 11110001 11 10101111 0 1100011 11011 101 100111101 1100010 110000

Color Harmonies of #F103AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103AF

Black with #F103AF

Text Example


Text Example

White with #F103AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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