Html Css Color HEX #F401CB Hot Magenta

📋 copy color: '#F401CB'

red 244 ◦ green 1 ◦ blue 203

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

Shades of Hot Magenta #F401CB

Tints of Hot Magenta #F401CB

RGB

 RED value IS 244 (95.7% from 255) = 54.46%

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

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

R = 54.46%
G = 0.22%
B = 45.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F401CB (or 0xF401CB) is known color: Hot Magenta. HEX triplet: F4, 01 and CB. RGB value is (244,1,203). Sum of RGB (Red+Green+Blue) = 244+1+203=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F401CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401CB is #0BFE34. Grayscale: #606060. Windows color (decimal): -785973 or 13304308. OLE color: 13304308.

HSL color Cylindrical-coordinate representation of color #F401CB: hue angle of 310.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401CB is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 203 -
CMYK 0 1.00 0.17 0.04
HSL 310.12º 0.99% 0.48% -
HSV(B) 310.12º 1% 0.96% -
XYZ 48.1 23.57 58.51 -
YUV 96.69 188.01 233.07 -
System Red Green Blue C M Y K H S L
Decimal 244 1 203 0 1.00 0.17 0.04 310.12 0.99 0.48
Hex F4 1 CB 0 64 11 4 136 63 30
Octal 364 1 313 0 144 21 4 466 143 60
Binary 11110100 1 11001011 0 1100100 10001 100 100110110 1100011 110000

Color Harmonies of #F401CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401CB

Black with #F401CB

Text Example


Text Example

White with #F401CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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