Html Css Color HEX #F31AD4 Shocking Pink

📋 copy color: '#F31AD4'

red 243 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #F31AD4

Tints of Shocking Pink #F31AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.41%

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 50.52%
G = 5.41%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F31AD4 (or 0xF31AD4) is known color: Shocking Pink. HEX triplet: F3, 1A and D4. RGB value is (243,26,212). Sum of RGB (Red+Green+Blue) = 243+26+212=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AD4 is #0CE52B. Grayscale: #6F6F6F. Windows color (decimal): -845100 or 13900531. OLE color: 13900531.

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

Color convert

RGB 243 26 212 -
CMYK 0 0.89 0.13 0.05
HSL 308.57º 0.9% 0.53% -
HSV(B) 308.57º 0.89% 0.95% -
XYZ 49.22 24.55 64.43 -
YUV 112.09 184.39 221.38 -
System Red Green Blue C M Y K H S L
Decimal 243 26 212 0 0.89 0.13 0.05 308.57 0.9 0.53
Hex F3 1A D4 0 59 D 5 135 5A 35
Octal 363 32 324 0 131 15 5 465 132 65
Binary 11110011 11010 11010100 0 1011001 1101 101 100110101 1011010 110101

Color Harmonies of #F31AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31AD4

Black with #F31AD4

Text Example


Text Example

White with #F31AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31AD4; }

 p { color: rgb(243,26,212); }

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

background-color css

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

 a { background-color: rgb(243,26,212); }

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

border-color css

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

 span { border-color: rgb(243,26,212); }

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