Html Css Color HEX #F100B1 Hollywood Cerise

📋 copy color: '#F100B1'

red 241 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #F100B1

Tints of Hollywood Cerise #F100B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 57.66%
G = 0%
B = 42.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F100B1 (or 0xF100B1) is known color: Hollywood Cerise. HEX triplet: F1, 00 and B1. RGB value is (241,0,177). Sum of RGB (Red+Green+Blue) = 241+0+177=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F100B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100B1 is #0EFF4E. Grayscale: #5B5B5B. Windows color (decimal): -982863 or 11600113. OLE color: 11600113.

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

Color convert

RGB 241 0 177 -
CMYK 0 1 0.27 0.05
HSL 315.93º 1% 0.47% -
HSV(B) 315.93º 1% 0.95% -
XYZ 44.21 21.88 43.49 -
YUV 92.24 175.84 234.11 -
System Red Green Blue C M Y K H S L
Decimal 241 0 177 0 1 0.27 0.05 315.93 1 0.47
Hex F1 0 B1 0 64 1B 5 13C 64 2F
Octal 361 0 261 0 144 33 5 474 144 57
Binary 11110001 0 10110001 0 1100100 11011 101 100111100 1100100 101111

Color Harmonies of #F100B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100B1

Black with #F100B1

Text Example


Text Example

White with #F100B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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