Html Css Color HEX #F31DC5 Shocking Pink

📋 copy color: '#F31DC5'

red 243 ◦ green 29 ◦ blue 197

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

Shades of Shocking Pink #F31DC5

Tints of Shocking Pink #F31DC5

RGB

 RED value IS 243 (95.31% from 255) = 51.81%

 GREEN value IS 29 (11.72% from 255) = 6.18%

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

R = 51.81%
G = 6.18%
B = 42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F31DC5 (or 0xF31DC5) is known color: Shocking Pink. HEX triplet: F3, 1D and C5. RGB value is (243,29,197). Sum of RGB (Red+Green+Blue) = 243+29+197=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DC5 is #0CE23A. Grayscale: #6F6F6F. Windows color (decimal): -844347 or 12918259. OLE color: 12918259.

HSL color Cylindrical-coordinate representation of color #F31DC5: hue angle of 312.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 29 197 -
CMYK 0 0.88 0.19 0.05
HSL 312.9º 0.9% 0.53% -
HSV(B) 312.9º 0.88% 0.95% -
XYZ 47.48 23.96 54.95 -
YUV 112.14 175.9 221.34 -
System Red Green Blue C M Y K H S L
Decimal 243 29 197 0 0.88 0.19 0.05 312.9 0.9 0.53
Hex F3 1D C5 0 58 13 5 139 5A 35
Octal 363 35 305 0 130 23 5 471 132 65
Binary 11110011 11101 11000101 0 1011000 10011 101 100111001 1011010 110101

Color Harmonies of #F31DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DC5

Black with #F31DC5

Text Example


Text Example

White with #F31DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DC5; }

 p { color: rgb(243,29,197); }

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

background-color css

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

 a { background-color: rgb(243,29,197); }

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

border-color css

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

 span { border-color: rgb(243,29,197); }

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