Html Css Color HEX #F201BF Shocking Pink

📋 copy color: '#F201BF'

red 242 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #F201BF

Tints of Shocking Pink #F201BF

RGB

 RED value IS 242 (94.92% from 255) = 55.76%

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

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

R = 55.76%
G = 0.23%
B = 44.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F201BF (or 0xF201BF) is known color: Shocking Pink. HEX triplet: F2, 01 and BF. RGB value is (242,1,191). Sum of RGB (Red+Green+Blue) = 242+1+191=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F201BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201BF is #0DFE40. Grayscale: #5E5E5E. Windows color (decimal): -917057 or 12517874. OLE color: 12517874.

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

Color convert

RGB 242 1 191 -
CMYK 0 1.00 0.21 0.05
HSL 312.7º 0.99% 0.48% -
HSV(B) 312.7º 1% 0.95% -
XYZ 46.03 22.66 51.24 -
YUV 94.72 182.34 233.05 -
System Red Green Blue C M Y K H S L
Decimal 242 1 191 0 1.00 0.21 0.05 312.7 0.99 0.48
Hex F2 1 BF 0 64 15 5 139 63 30
Octal 362 1 277 0 144 25 5 471 143 60
Binary 11110010 1 10111111 0 1100100 10101 101 100111001 1100011 110000

Color Harmonies of #F201BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201BF

Black with #F201BF

Text Example


Text Example

White with #F201BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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