Html Css Color HEX #F31C7A Deep Pink

📋 copy color: '#F31C7A'

red 243 ◦ green 28 ◦ blue 122

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

Shades of Deep Pink #F31C7A

Tints of Deep Pink #F31C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 61.83%
G = 7.12%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F31C7A (or 0xF31C7A) is known color: Deep Pink. HEX triplet: F3, 1C and 7A. RGB value is (243,28,122). Sum of RGB (Red+Green+Blue) = 243+28+122=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C7A is #0CE385. Grayscale: #666666. Windows color (decimal): -844678 or 8002803. OLE color: 8002803.

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

Color convert

RGB 243 28 122 -
CMYK 0 0.88 0.50 0.05
HSL 333.77º 0.9% 0.53% -
HSV(B) 333.77º 0.88% 0.95% -
XYZ 40.89 21.29 20.37 -
YUV 103 138.73 227.86 -
System Red Green Blue C M Y K H S L
Decimal 243 28 122 0 0.88 0.50 0.05 333.77 0.9 0.53
Hex F3 1C 7A 0 58 32 5 14E 5A 35
Octal 363 34 172 0 130 62 5 516 132 65
Binary 11110011 11100 1111010 0 1011000 110010 101 101001110 1011010 110101

Color Harmonies of #F31C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C7A

Black with #F31C7A

Text Example


Text Example

White with #F31C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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