Html Css Color HEX #F219BA Shocking Pink

📋 copy color: '#F219BA'

red 242 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #F219BA

Tints of Shocking Pink #F219BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 53.42%
G = 5.52%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F219BA (or 0xF219BA) is known color: Shocking Pink. HEX triplet: F2, 19 and BA. RGB value is (242,25,186). Sum of RGB (Red+Green+Blue) = 242+25+186=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F219BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219BA is #0DE645. Grayscale: #6B6B6B. Windows color (decimal): -910918 or 12196338. OLE color: 12196338.

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

Color convert

RGB 242 25 186 -
CMYK 0 0.90 0.23 0.05
HSL 315.48º 0.89% 0.52% -
HSV(B) 315.48º 0.9% 0.95% -
XYZ 45.83 23.12 48.5 -
YUV 108.24 171.89 223.41 -
System Red Green Blue C M Y K H S L
Decimal 242 25 186 0 0.90 0.23 0.05 315.48 0.89 0.52
Hex F2 19 BA 0 5A 17 5 13B 59 34
Octal 362 31 272 0 132 27 5 473 131 64
Binary 11110010 11001 10111010 0 1011010 10111 101 100111011 1011001 110100

Color Harmonies of #F219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219BA

Black with #F219BA

Text Example


Text Example

White with #F219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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