Html Css Color HEX #F201C0 Shocking Pink

📋 copy color: '#F201C0'

red 242 ◦ green 1 ◦ blue 192

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

Shades of Shocking Pink #F201C0

Tints of Shocking Pink #F201C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 55.63%
G = 0.23%
B = 44.14%

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

#F201C0 (or 0xF201C0) is known color: Shocking Pink. HEX triplet: F2, 01 and C0. RGB value is (242,1,192). Sum of RGB (Red+Green+Blue) = 242+1+192=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F201C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201C0 is #0DFE3F. Grayscale: #5E5E5E. Windows color (decimal): -917056 or 12583410. OLE color: 12583410.

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

Color convert

RGB 242 1 192 -
CMYK 0 1.00 0.21 0.05
HSL 312.45º 0.99% 0.48% -
HSV(B) 312.45º 1% 0.95% -
XYZ 46.14 22.7 51.82 -
YUV 94.83 182.84 232.97 -
System Red Green Blue C M Y K H S L
Decimal 242 1 192 0 1.00 0.21 0.05 312.45 0.99 0.48
Hex F2 1 C0 0 64 15 5 138 63 30
Octal 362 1 300 0 144 25 5 470 143 60
Binary 11110010 1 11000000 0 1100100 10101 101 100111000 1100011 110000

Color Harmonies of #F201C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201C0

Black with #F201C0

Text Example


Text Example

White with #F201C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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