Html Css Color HEX #F103B0 Hollywood Cerise

📋 copy color: '#F103B0'

red 241 ◦ green 3 ◦ blue 176

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

Shades of Hollywood Cerise #F103B0

Tints of Hollywood Cerise #F103B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 57.38%
G = 0.71%
B = 41.9%

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

#F103B0 (or 0xF103B0) is known color: Hollywood Cerise. HEX triplet: F1, 03 and B0. RGB value is (241,3,176). Sum of RGB (Red+Green+Blue) = 241+3+176=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F103B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F103B0 is #0EFC4F. Grayscale: #5D5D5D. Windows color (decimal): -982096 or 11535345. OLE color: 11535345.

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

Color convert

RGB 241 3 176 -
CMYK 0 0.99 0.27 0.05
HSL 316.39º 0.98% 0.48% -
HSV(B) 316.39º 0.99% 0.95% -
XYZ 44.14 21.9 42.97 -
YUV 93.88 174.35 232.93 -
System Red Green Blue C M Y K H S L
Decimal 241 3 176 0 0.99 0.27 0.05 316.39 0.98 0.48
Hex F1 3 B0 0 63 1B 5 13C 62 30
Octal 361 3 260 0 143 33 5 474 142 60
Binary 11110001 11 10110000 0 1100011 11011 101 100111100 1100010 110000

Color Harmonies of #F103B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103B0

Black with #F103B0

Text Example


Text Example

White with #F103B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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