Html Css Color HEX #F219C7 Shocking Pink

📋 copy color: '#F219C7'

red 242 ◦ green 25 ◦ blue 199

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

Shades of Shocking Pink #F219C7

Tints of Shocking Pink #F219C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 51.93%
G = 5.36%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F219C7 (or 0xF219C7) is known color: Shocking Pink. HEX triplet: F2, 19 and C7. RGB value is (242,25,199). Sum of RGB (Red+Green+Blue) = 242+25+199=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F219C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219C7 is #0DE638. Grayscale: #6D6D6D. Windows color (decimal): -910905 or 13048306. OLE color: 13048306.

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

Color convert

RGB 242 25 199 -
CMYK 0 0.90 0.18 0.05
HSL 311.89º 0.89% 0.52% -
HSV(B) 311.89º 0.9% 0.95% -
XYZ 47.27 23.7 56.11 -
YUV 109.72 178.39 222.35 -
System Red Green Blue C M Y K H S L
Decimal 242 25 199 0 0.90 0.18 0.05 311.89 0.89 0.52
Hex F2 19 C7 0 5A 12 5 138 59 34
Octal 362 31 307 0 132 22 5 470 131 64
Binary 11110010 11001 11000111 0 1011010 10010 101 100111000 1011001 110100

Color Harmonies of #F219C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219C7

Black with #F219C7

Text Example


Text Example

White with #F219C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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