Html Css Color HEX #F217C2 Shocking Pink

📋 copy color: '#F217C2'

red 242 ◦ green 23 ◦ blue 194

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

Shades of Shocking Pink #F217C2

Tints of Shocking Pink #F217C2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.01%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 52.72%
G = 5.01%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F217C2 (or 0xF217C2) is known color: Shocking Pink. HEX triplet: F2, 17 and C2. RGB value is (242,23,194). Sum of RGB (Red+Green+Blue) = 242+23+194=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F217C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217C2 is #0DE83D. Grayscale: #6B6B6B. Windows color (decimal): -911422 or 12720114. OLE color: 12720114.

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

Color convert

RGB 242 23 194 -
CMYK 0 0.90 0.20 0.05
HSL 313.15º 0.89% 0.52% -
HSV(B) 313.15º 0.9% 0.95% -
XYZ 46.66 23.39 53.09 -
YUV 107.98 176.55 223.6 -
System Red Green Blue C M Y K H S L
Decimal 242 23 194 0 0.90 0.20 0.05 313.15 0.89 0.52
Hex F2 17 C2 0 5A 14 5 139 59 34
Octal 362 27 302 0 132 24 5 471 131 64
Binary 11110010 10111 11000010 0 1011010 10100 101 100111001 1011001 110100

Color Harmonies of #F217C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217C2

Black with #F217C2

Text Example


Text Example

White with #F217C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217C2; }

 p { color: rgb(242,23,194); }

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

background-color css

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

 a { background-color: rgb(242,23,194); }

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

border-color css

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

 span { border-color: rgb(242,23,194); }

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