Html Css Color HEX #F407C5 Shocking Pink

📋 copy color: '#F407C5'

red 244 ◦ green 7 ◦ blue 197

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

Shades of Shocking Pink #F407C5

Tints of Shocking Pink #F407C5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 54.46%
G = 1.56%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F407C5 (or 0xF407C5) is known color: Shocking Pink. HEX triplet: F4, 07 and C5. RGB value is (244,7,197). Sum of RGB (Red+Green+Blue) = 244+7+197=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F407C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407C5 is #0BF83A. Grayscale: #636363. Windows color (decimal): -784443 or 12912628. OLE color: 12912628.

HSL color Cylindrical-coordinate representation of color #F407C5: hue angle of 311.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407C5 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 7 197 -
CMYK 0 0.97 0.19 0.04
HSL 311.9º 0.94% 0.49% -
HSV(B) 311.9º 0.97% 0.96% -
XYZ 47.46 23.42 54.84 -
YUV 99.52 183.02 231.05 -
System Red Green Blue C M Y K H S L
Decimal 244 7 197 0 0.97 0.19 0.04 311.9 0.94 0.49
Hex F4 7 C5 0 61 13 4 138 5E 31
Octal 364 7 305 0 141 23 4 470 136 61
Binary 11110100 111 11000101 0 1100001 10011 100 100111000 1011110 110001

Color Harmonies of #F407C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F407C5

Black with #F407C5

Text Example


Text Example

White with #F407C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F407C5; }

 p { color: rgb(244,7,197); }

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

background-color css

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

 a { background-color: rgb(244,7,197); }

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

border-color css

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

 span { border-color: rgb(244,7,197); }

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