Html Css Color HEX #F417D6 Shocking Pink

📋 copy color: '#F417D6'

red 244 ◦ green 23 ◦ blue 214

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

Shades of Shocking Pink #F417D6

Tints of Shocking Pink #F417D6

RGB

 RED value IS 244 (95.7% from 255) = 50.73%

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

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 50.73%
G = 4.78%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F417D6 (or 0xF417D6) is known color: Shocking Pink. HEX triplet: F4, 17 and D6. RGB value is (244,23,214). Sum of RGB (Red+Green+Blue) = 244+23+214=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F417D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417D6 is #0BE829. Grayscale: #6E6E6E. Windows color (decimal): -780330 or 14030836. OLE color: 14030836.

HSL color Cylindrical-coordinate representation of color #F417D6: hue angle of 308.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417D6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 23 214 -
CMYK 0 0.91 0.12 0.04
HSL 308.14º 0.91% 0.52% -
HSV(B) 308.14º 0.91% 0.96% -
XYZ 49.75 24.7 65.76 -
YUV 110.85 186.22 222.97 -
System Red Green Blue C M Y K H S L
Decimal 244 23 214 0 0.91 0.12 0.04 308.14 0.91 0.52
Hex F4 17 D6 0 5B C 4 134 5B 34
Octal 364 27 326 0 133 14 4 464 133 64
Binary 11110100 10111 11010110 0 1011011 1100 100 100110100 1011011 110100

Color Harmonies of #F417D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F417D6

Black with #F417D6

Text Example


Text Example

White with #F417D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F417D6; }

 p { color: rgb(244,23,214); }

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

background-color css

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

 a { background-color: rgb(244,23,214); }

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

border-color css

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

 span { border-color: rgb(244,23,214); }

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