Html Css Color HEX #F001CB Hot Magenta

📋 copy color: '#F001CB'

red 240 ◦ green 1 ◦ blue 203

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

Shades of Hot Magenta #F001CB

Tints of Hot Magenta #F001CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 54.05%
G = 0.23%
B = 45.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F001CB (or 0xF001CB) is known color: Hot Magenta. HEX triplet: F0, 01 and CB. RGB value is (240,1,203). Sum of RGB (Red+Green+Blue) = 240+1+203=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F001CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001CB is #0FFE34. Grayscale: #5E5E5E. Windows color (decimal): -1048117 or 13304304. OLE color: 13304304.

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

Color convert

RGB 240 1 203 -
CMYK 0 1.00 0.15 0.06
HSL 309.29º 0.99% 0.47% -
HSV(B) 309.29º 1% 0.94% -
XYZ 46.73 22.86 58.45 -
YUV 95.49 188.68 231.07 -
System Red Green Blue C M Y K H S L
Decimal 240 1 203 0 1.00 0.15 0.06 309.29 0.99 0.47
Hex F0 1 CB 0 64 F 6 135 63 2F
Octal 360 1 313 0 144 17 6 465 143 57
Binary 11110000 1 11001011 0 1100100 1111 110 100110101 1100011 101111

Color Harmonies of #F001CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001CB

Black with #F001CB

Text Example


Text Example

White with #F001CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001CB; }

 p { color: rgb(240,1,203); }

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

background-color css

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

 a { background-color: rgb(240,1,203); }

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

border-color css

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

 span { border-color: rgb(240,1,203); }

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