Html Css Color HEX #F201BE Shocking Pink

📋 copy color: '#F201BE'

red 242 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #F201BE

Tints of Shocking Pink #F201BE

RGB

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

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

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

R = 55.89%
G = 0.23%
B = 43.88%

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

#F201BE (or 0xF201BE) is known color: Shocking Pink. HEX triplet: F2, 01 and BE. RGB value is (242,1,190). Sum of RGB (Red+Green+Blue) = 242+1+190=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F201BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201BE is #0DFE41. Grayscale: #5E5E5E. Windows color (decimal): -917058 or 12452338. OLE color: 12452338.

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

Color convert

RGB 242 1 190 -
CMYK 0 1.00 0.21 0.05
HSL 312.95º 0.99% 0.48% -
HSV(B) 312.95º 1% 0.95% -
XYZ 45.92 22.62 50.66 -
YUV 94.61 181.84 233.13 -
System Red Green Blue C M Y K H S L
Decimal 242 1 190 0 1.00 0.21 0.05 312.95 0.99 0.48
Hex F2 1 BE 0 64 15 5 139 63 30
Octal 362 1 276 0 144 25 5 471 143 60
Binary 11110010 1 10111110 0 1100100 10101 101 100111001 1100011 110000

Color Harmonies of #F201BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201BE

Black with #F201BE

Text Example


Text Example

White with #F201BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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