Html Css Color HEX #F200BD Shocking Pink

📋 copy color: '#F200BD'

red 242 ◦ green 0 ◦ blue 189

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

Shades of Shocking Pink #F200BD

Tints of Shocking Pink #F200BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 56.15%
G = 0%
B = 43.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F200BD (or 0xF200BD) is known color: Shocking Pink. HEX triplet: F2, 00 and BD. RGB value is (242,0,189). Sum of RGB (Red+Green+Blue) = 242+0+189=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F200BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200BD is #0DFF42. Grayscale: #5D5D5D. Windows color (decimal): -917315 or 12386546. OLE color: 12386546.

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

Color convert

RGB 242 0 189 -
CMYK 0 1 0.22 0.05
HSL 313.14º 1% 0.47% -
HSV(B) 313.14º 1% 0.95% -
XYZ 45.8 22.55 50.08 -
YUV 93.9 181.67 233.63 -
System Red Green Blue C M Y K H S L
Decimal 242 0 189 0 1 0.22 0.05 313.14 1 0.47
Hex F2 0 BD 0 64 16 5 139 64 2F
Octal 362 0 275 0 144 26 5 471 144 57
Binary 11110010 0 10111101 0 1100100 10110 101 100111001 1100100 101111

Color Harmonies of #F200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200BD

Black with #F200BD

Text Example


Text Example

White with #F200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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