Html Css Color HEX #F100B3 Hollywood Cerise

📋 copy color: '#F100B3'

red 241 ◦ green 0 ◦ blue 179

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

Shades of Hollywood Cerise #F100B3

Tints of Hollywood Cerise #F100B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 57.38%
G = 0%
B = 42.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F100B3 (or 0xF100B3) is known color: Hollywood Cerise. HEX triplet: F1, 00 and B3. RGB value is (241,0,179). Sum of RGB (Red+Green+Blue) = 241+0+179=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F100B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100B3 is #0EFF4C. Grayscale: #5B5B5B. Windows color (decimal): -982861 or 11731185. OLE color: 11731185.

HSL color Cylindrical-coordinate representation of color #F100B3: hue angle of 315.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100B3 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 179 -
CMYK 0 1 0.26 0.05
HSL 315.44º 1% 0.47% -
HSV(B) 315.44º 1% 0.95% -
XYZ 44.41 21.96 44.54 -
YUV 92.47 176.84 233.95 -
System Red Green Blue C M Y K H S L
Decimal 241 0 179 0 1 0.26 0.05 315.44 1 0.47
Hex F1 0 B3 0 64 1A 5 13B 64 2F
Octal 361 0 263 0 144 32 5 473 144 57
Binary 11110001 0 10110011 0 1100100 11010 101 100111011 1100100 101111

Color Harmonies of #F100B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100B3

Black with #F100B3

Text Example


Text Example

White with #F100B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100B3; }

 p { color: rgb(241,0,179); }

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

background-color css

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

 a { background-color: rgb(241,0,179); }

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

border-color css

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

 span { border-color: rgb(241,0,179); }

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