Html Css Color HEX #F31799 Deep Pink

📋 copy color: '#F31799'

red 243 ◦ green 23 ◦ blue 153

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

Shades of Deep Pink #F31799

Tints of Deep Pink #F31799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

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

R = 58%
G = 5.49%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F31799 (or 0xF31799) is known color: Deep Pink. HEX triplet: F3, 17 and 99. RGB value is (243,23,153). Sum of RGB (Red+Green+Blue) = 243+23+153=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F31799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31799 is #0CE866. Grayscale: #676767. Windows color (decimal): -845927 or 10033139. OLE color: 10033139.

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

Color convert

RGB 243 23 153 -
CMYK 0 0.91 0.37 0.05
HSL 324.55º 0.9% 0.52% -
HSV(B) 324.55º 0.91% 0.95% -
XYZ 43.02 21.97 32.11 -
YUV 103.6 155.89 227.43 -
System Red Green Blue C M Y K H S L
Decimal 243 23 153 0 0.91 0.37 0.05 324.55 0.9 0.52
Hex F3 17 99 0 5B 25 5 145 5A 34
Octal 363 27 231 0 133 45 5 505 132 64
Binary 11110011 10111 10011001 0 1011011 100101 101 101000101 1011010 110100

Color Harmonies of #F31799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31799

Black with #F31799

Text Example


Text Example

White with #F31799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31799; }

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

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

background-color css

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

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

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

border-color css

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

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

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