Html Css Color HEX #F000B1 Hollywood Cerise

📋 copy color: '#F000B1'

red 240 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #F000B1

Tints of Hollywood Cerise #F000B1

RGB

 RED value IS 240 (94.14% from 255) = 57.55%

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

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

R = 57.55%
G = 0%
B = 42.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F000B1 (or 0xF000B1) is known color: Hollywood Cerise. HEX triplet: F0, 00 and B1. RGB value is (240,0,177). Sum of RGB (Red+Green+Blue) = 240+0+177=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F000B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000B1 is #0FFF4E. Grayscale: #5B5B5B. Windows color (decimal): -1048399 or 11600112. OLE color: 11600112.

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

Color convert

RGB 240 0 177 -
CMYK 0 1 0.26 0.06
HSL 315.75º 1% 0.47% -
HSV(B) 315.75º 1% 0.94% -
XYZ 43.87 21.7 43.47 -
YUV 91.94 176.01 233.61 -
System Red Green Blue C M Y K H S L
Decimal 240 0 177 0 1 0.26 0.06 315.75 1 0.47
Hex F0 0 B1 0 64 1A 6 13C 64 2F
Octal 360 0 261 0 144 32 6 474 144 57
Binary 11110000 0 10110001 0 1100100 11010 110 100111100 1100100 101111

Color Harmonies of #F000B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000B1

Black with #F000B1

Text Example


Text Example

White with #F000B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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