Html Css Color HEX #F401BE Shocking Pink

📋 copy color: '#F401BE'

red 244 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #F401BE

Tints of Shocking Pink #F401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 56.09%
G = 0.23%
B = 43.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F401BE (or 0xF401BE) is known color: Shocking Pink. HEX triplet: F4, 01 and BE. RGB value is (244,1,190). Sum of RGB (Red+Green+Blue) = 244+1+190=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F401BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F401BE is #0BFE41. Grayscale: #5E5E5E. Windows color (decimal): -785986 or 12452340. OLE color: 12452340.

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

Color convert

RGB 244 1 190 -
CMYK 0 1.00 0.22 0.04
HSL 313.33º 0.99% 0.48% -
HSV(B) 313.33º 1% 0.96% -
XYZ 46.61 22.97 50.69 -
YUV 95.2 181.51 234.13 -
System Red Green Blue C M Y K H S L
Decimal 244 1 190 0 1.00 0.22 0.04 313.33 0.99 0.48
Hex F4 1 BE 0 64 16 4 139 63 30
Octal 364 1 276 0 144 26 4 471 143 60
Binary 11110100 1 10111110 0 1100100 10110 100 100111001 1100011 110000

Color Harmonies of #F401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401BE

Black with #F401BE

Text Example


Text Example

White with #F401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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