Html Css Color HEX #F001BF Shocking Pink

📋 copy color: '#F001BF'

red 240 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #F001BF

Tints of Shocking Pink #F001BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 55.56%
G = 0.23%
B = 44.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F001BF (or 0xF001BF) is known color: Shocking Pink. HEX triplet: F0, 01 and BF. RGB value is (240,1,191). Sum of RGB (Red+Green+Blue) = 240+1+191=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F001BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001BF is #0FFE40. Grayscale: #5D5D5D. Windows color (decimal): -1048129 or 12517872. OLE color: 12517872.

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

Color convert

RGB 240 1 191 -
CMYK 0 1.00 0.20 0.06
HSL 312.3º 0.99% 0.47% -
HSV(B) 312.3º 1% 0.94% -
XYZ 45.35 22.31 51.21 -
YUV 94.12 182.68 232.05 -
System Red Green Blue C M Y K H S L
Decimal 240 1 191 0 1.00 0.20 0.06 312.3 0.99 0.47
Hex F0 1 BF 0 64 14 6 138 63 2F
Octal 360 1 277 0 144 24 6 470 143 57
Binary 11110000 1 10111111 0 1100100 10100 110 100111000 1100011 101111

Color Harmonies of #F001BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001BF

Black with #F001BF

Text Example


Text Example

White with #F001BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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