Html Css Color HEX #F413B4 Shocking Pink

📋 copy color: '#F413B4'

red 244 ◦ green 19 ◦ blue 180

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

Shades of Shocking Pink #F413B4

Tints of Shocking Pink #F413B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 55.08%
G = 4.29%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F413B4 (or 0xF413B4) is known color: Shocking Pink. HEX triplet: F4, 13 and B4. RGB value is (244,19,180). Sum of RGB (Red+Green+Blue) = 244+19+180=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F413B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413B4 is #0BEC4B. Grayscale: #686868. Windows color (decimal): -781388 or 11801588. OLE color: 11801588.

HSL color Cylindrical-coordinate representation of color #F413B4: hue angle of 317.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 #F413B4 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 180 -
CMYK 0 0.92 0.26 0.04
HSL 317.07º 0.91% 0.52% -
HSV(B) 317.07º 0.92% 0.96% -
XYZ 45.78 22.99 45.21 -
YUV 104.63 170.54 227.41 -
System Red Green Blue C M Y K H S L
Decimal 244 19 180 0 0.92 0.26 0.04 317.07 0.91 0.52
Hex F4 13 B4 0 5C 1A 4 13D 5B 34
Octal 364 23 264 0 134 32 4 475 133 64
Binary 11110100 10011 10110100 0 1011100 11010 100 100111101 1011011 110100

Color Harmonies of #F413B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413B4

Black with #F413B4

Text Example


Text Example

White with #F413B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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