Html Css Color HEX #F31C99 Deep Pink

📋 copy color: '#F31C99'

red 243 ◦ green 28 ◦ blue 153

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

Shades of Deep Pink #F31C99

Tints of Deep Pink #F31C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 57.31%
G = 6.6%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F31C99 (or 0xF31C99) is known color: Deep Pink. HEX triplet: F3, 1C and 99. RGB value is (243,28,153). Sum of RGB (Red+Green+Blue) = 243+28+153=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C99 is #0CE366. Grayscale: #6A6A6A. Windows color (decimal): -844647 or 10034419. OLE color: 10034419.

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

Color convert

RGB 243 28 153 -
CMYK 0 0.88 0.37 0.05
HSL 325.12º 0.9% 0.53% -
HSV(B) 325.12º 0.88% 0.95% -
XYZ 43.13 22.19 32.15 -
YUV 106.54 154.23 225.34 -
System Red Green Blue C M Y K H S L
Decimal 243 28 153 0 0.88 0.37 0.05 325.12 0.9 0.53
Hex F3 1C 99 0 58 25 5 145 5A 35
Octal 363 34 231 0 130 45 5 505 132 65
Binary 11110011 11100 10011001 0 1011000 100101 101 101000101 1011010 110101

Color Harmonies of #F31C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C99

Black with #F31C99

Text Example


Text Example

White with #F31C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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