Html Css Color HEX #F219BD Shocking Pink

📋 copy color: '#F219BD'

red 242 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #F219BD

Tints of Shocking Pink #F219BD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.48%

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

R = 53.07%
G = 5.48%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F219BD (or 0xF219BD) is known color: Shocking Pink. HEX triplet: F2, 19 and BD. RGB value is (242,25,189). Sum of RGB (Red+Green+Blue) = 242+25+189=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F219BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219BD is #0DE642. Grayscale: #6C6C6C. Windows color (decimal): -910915 or 12392946. OLE color: 12392946.

HSL color Cylindrical-coordinate representation of color #F219BD: hue angle of 314.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 189 -
CMYK 0 0.90 0.22 0.05
HSL 314.65º 0.89% 0.52% -
HSV(B) 314.65º 0.9% 0.95% -
XYZ 46.15 23.25 50.2 -
YUV 108.58 173.39 223.16 -
System Red Green Blue C M Y K H S L
Decimal 242 25 189 0 0.90 0.22 0.05 314.65 0.89 0.52
Hex F2 19 BD 0 5A 16 5 13B 59 34
Octal 362 31 275 0 132 26 5 473 131 64
Binary 11110010 11001 10111101 0 1011010 10110 101 100111011 1011001 110100

Color Harmonies of #F219BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219BD

Black with #F219BD

Text Example


Text Example

White with #F219BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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