Html Css Color HEX #F413D2 Shocking Pink

📋 copy color: '#F413D2'

red 244 ◦ green 19 ◦ blue 210

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

Shades of Shocking Pink #F413D2

Tints of Shocking Pink #F413D2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.02%

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 51.59%
G = 4.02%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F413D2 (or 0xF413D2) is known color: Shocking Pink. HEX triplet: F4, 13 and D2. RGB value is (244,19,210). Sum of RGB (Red+Green+Blue) = 244+19+210=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F413D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413D2 is #0BEC2D. Grayscale: #6B6B6B. Windows color (decimal): -781358 or 13767668. OLE color: 13767668.

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

Color convert

RGB 244 19 210 -
CMYK 0 0.92 0.14 0.04
HSL 309.07º 0.91% 0.52% -
HSV(B) 309.07º 0.92% 0.96% -
XYZ 49.17 24.35 63.08 -
YUV 108.05 185.54 224.97 -
System Red Green Blue C M Y K H S L
Decimal 244 19 210 0 0.92 0.14 0.04 309.07 0.91 0.52
Hex F4 13 D2 0 5C E 4 135 5B 34
Octal 364 23 322 0 134 16 4 465 133 64
Binary 11110100 10011 11010010 0 1011100 1110 100 100110101 1011011 110100

Color Harmonies of #F413D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413D2

Black with #F413D2

Text Example


Text Example

White with #F413D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413D2; }

 p { color: rgb(244,19,210); }

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

background-color css

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

 a { background-color: rgb(244,19,210); }

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

border-color css

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

 span { border-color: rgb(244,19,210); }

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