Html Css Color HEX #F201B6 Shocking Pink

📋 copy color: '#F201B6'

red 242 ◦ green 1 ◦ blue 182

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

Shades of Shocking Pink #F201B6

Tints of Shocking Pink #F201B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.82%

R = 56.94%
G = 0.24%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F201B6 (or 0xF201B6) is known color: Shocking Pink. HEX triplet: F2, 01 and B6. RGB value is (242,1,182). Sum of RGB (Red+Green+Blue) = 242+1+182=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F201B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201B6 is #0DFE49. Grayscale: #5D5D5D. Windows color (decimal): -917066 or 11928050. OLE color: 11928050.

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

Color convert

RGB 242 1 182 -
CMYK 0 1.00 0.25 0.05
HSL 314.94º 0.99% 0.48% -
HSV(B) 314.94º 1% 0.95% -
XYZ 45.07 22.28 46.18 -
YUV 93.69 177.84 233.78 -
System Red Green Blue C M Y K H S L
Decimal 242 1 182 0 1.00 0.25 0.05 314.94 0.99 0.48
Hex F2 1 B6 0 64 19 5 13B 63 30
Octal 362 1 266 0 144 31 5 473 143 60
Binary 11110010 1 10110110 0 1100100 11001 101 100111011 1100011 110000

Color Harmonies of #F201B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201B6

Black with #F201B6

Text Example


Text Example

White with #F201B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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