Html Css Color HEX #F401BB Shocking Pink

📋 copy color: '#F401BB'

red 244 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #F401BB

Tints of Shocking Pink #F401BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 56.48%
G = 0.23%
B = 43.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F401BB (or 0xF401BB) is known color: Shocking Pink. HEX triplet: F4, 01 and BB. RGB value is (244,1,187). Sum of RGB (Red+Green+Blue) = 244+1+187=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F401BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401BB is #0BFE44. Grayscale: #5E5E5E. Windows color (decimal): -785989 or 12255732. OLE color: 12255732.

HSL color Cylindrical-coordinate representation of color #F401BB: hue angle of 314.07º 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 #F401BB is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 187 -
CMYK 0 1.00 0.23 0.04
HSL 314.07º 0.99% 0.48% -
HSV(B) 314.07º 1% 0.96% -
XYZ 46.29 22.84 48.98 -
YUV 94.86 180.01 234.38 -
System Red Green Blue C M Y K H S L
Decimal 244 1 187 0 1.00 0.23 0.04 314.07 0.99 0.48
Hex F4 1 BB 0 64 17 4 13A 63 30
Octal 364 1 273 0 144 27 4 472 143 60
Binary 11110100 1 10111011 0 1100100 10111 100 100111010 1100011 110000

Color Harmonies of #F401BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401BB

Black with #F401BB

Text Example


Text Example

White with #F401BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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