Html Css Color HEX #F200BE Shocking Pink

📋 copy color: '#F200BE'

red 242 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #F200BE

Tints of Shocking Pink #F200BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.02%
G = 0%
B = 43.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F200BE (or 0xF200BE) is known color: Shocking Pink. HEX triplet: F2, 00 and BE. RGB value is (242,0,190). Sum of RGB (Red+Green+Blue) = 242+0+190=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F200BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200BE is #0DFF41. Grayscale: #5D5D5D. Windows color (decimal): -917314 or 12452082. OLE color: 12452082.

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

Color convert

RGB 242 0 190 -
CMYK 0 1 0.21 0.05
HSL 312.89º 1% 0.47% -
HSV(B) 312.89º 1% 0.95% -
XYZ 45.91 22.59 50.66 -
YUV 94.02 182.17 233.55 -
System Red Green Blue C M Y K H S L
Decimal 242 0 190 0 1 0.21 0.05 312.89 1 0.47
Hex F2 0 BE 0 64 15 5 139 64 2F
Octal 362 0 276 0 144 25 5 471 144 57
Binary 11110010 0 10111110 0 1100100 10101 101 100111001 1100100 101111

Color Harmonies of #F200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200BE

Black with #F200BE

Text Example


Text Example

White with #F200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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