Html Css Color HEX #F31994 Deep Pink

📋 copy color: '#F31994'

red 243 ◦ green 25 ◦ blue 148

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

Shades of Deep Pink #F31994

Tints of Deep Pink #F31994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.01%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 58.41%
G = 6.01%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F31994 (or 0xF31994) is known color: Deep Pink. HEX triplet: F3, 19 and 94. RGB value is (243,25,148). Sum of RGB (Red+Green+Blue) = 243+25+148=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F31994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31994 is #0CE66B. Grayscale: #676767. Windows color (decimal): -845420 or 9705971. OLE color: 9705971.

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

Color convert

RGB 243 25 148 -
CMYK 0 0.90 0.39 0.05
HSL 326.15º 0.9% 0.53% -
HSV(B) 326.15º 0.9% 0.95% -
XYZ 42.66 21.89 29.99 -
YUV 104.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 243 25 148 0 0.90 0.39 0.05 326.15 0.9 0.53
Hex F3 19 94 0 5A 27 5 146 5A 35
Octal 363 31 224 0 132 47 5 506 132 65
Binary 11110011 11001 10010100 0 1011010 100111 101 101000110 1011010 110101

Color Harmonies of #F31994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31994

Black with #F31994

Text Example


Text Example

White with #F31994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31994; }

 p { color: rgb(243,25,148); }

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

background-color css

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

 a { background-color: rgb(243,25,148); }

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

border-color css

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

 span { border-color: rgb(243,25,148); }

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