Html Css Color HEX #F31C7D Deep Pink

📋 copy color: '#F31C7D'

red 243 ◦ green 28 ◦ blue 125

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

Shades of Deep Pink #F31C7D

Tints of Deep Pink #F31C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 61.36%
G = 7.07%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F31C7D (or 0xF31C7D) is known color: Deep Pink. HEX triplet: F3, 1C and 7D. RGB value is (243,28,125). Sum of RGB (Red+Green+Blue) = 243+28+125=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C7D is #0CE382. Grayscale: #676767. Windows color (decimal): -844675 or 8199411. OLE color: 8199411.

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

Color convert

RGB 243 28 125 -
CMYK 0 0.88 0.49 0.05
HSL 332.93º 0.9% 0.53% -
HSV(B) 332.93º 0.88% 0.95% -
XYZ 41.08 21.37 21.36 -
YUV 103.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 243 28 125 0 0.88 0.49 0.05 332.93 0.9 0.53
Hex F3 1C 7D 0 58 31 5 14D 5A 35
Octal 363 34 175 0 130 61 5 515 132 65
Binary 11110011 11100 1111101 0 1011000 110001 101 101001101 1011010 110101

Color Harmonies of #F31C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C7D

Black with #F31C7D

Text Example


Text Example

White with #F31C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C7D; }

 p { color: rgb(243,28,125); }

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

background-color css

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

 a { background-color: rgb(243,28,125); }

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

border-color css

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

 span { border-color: rgb(243,28,125); }

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