Html Css Color HEX #F31DC1 Shocking Pink

📋 copy color: '#F31DC1'

red 243 ◦ green 29 ◦ blue 193

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

Shades of Shocking Pink #F31DC1

Tints of Shocking Pink #F31DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 52.26%
G = 6.24%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F31DC1 (or 0xF31DC1) is known color: Shocking Pink. HEX triplet: F3, 1D and C1. RGB value is (243,29,193). Sum of RGB (Red+Green+Blue) = 243+29+193=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DC1 is #0CE23E. Grayscale: #6F6F6F. Windows color (decimal): -844351 or 12656115. OLE color: 12656115.

HSL color Cylindrical-coordinate representation of color #F31DC1: hue angle of 314.02º 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 #F31DC1 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 29 193 -
CMYK 0 0.88 0.21 0.05
HSL 314.02º 0.9% 0.53% -
HSV(B) 314.02º 0.88% 0.95% -
XYZ 47.03 23.78 52.56 -
YUV 111.68 173.9 221.66 -
System Red Green Blue C M Y K H S L
Decimal 243 29 193 0 0.88 0.21 0.05 314.02 0.9 0.53
Hex F3 1D C1 0 58 15 5 13A 5A 35
Octal 363 35 301 0 130 25 5 472 132 65
Binary 11110011 11101 11000001 0 1011000 10101 101 100111010 1011010 110101

Color Harmonies of #F31DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DC1

Black with #F31DC1

Text Example


Text Example

White with #F31DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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