Html Css Color HEX #F31998 Deep Pink

📋 copy color: '#F31998'

red 243 ◦ green 25 ◦ blue 152

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

Shades of Deep Pink #F31998

Tints of Deep Pink #F31998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 57.86%
G = 5.95%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F31998 (or 0xF31998) is known color: Deep Pink. HEX triplet: F3, 19 and 98. RGB value is (243,25,152). Sum of RGB (Red+Green+Blue) = 243+25+152=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F31998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31998 is #0CE667. Grayscale: #686868. Windows color (decimal): -845416 or 9968115. OLE color: 9968115.

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

Color convert

RGB 243 25 152 -
CMYK 0 0.90 0.37 0.05
HSL 325.05º 0.9% 0.53% -
HSV(B) 325.05º 0.9% 0.95% -
XYZ 42.98 22.02 31.69 -
YUV 104.66 154.72 226.67 -
System Red Green Blue C M Y K H S L
Decimal 243 25 152 0 0.90 0.37 0.05 325.05 0.9 0.53
Hex F3 19 98 0 5A 25 5 145 5A 35
Octal 363 31 230 0 132 45 5 505 132 65
Binary 11110011 11001 10011000 0 1011010 100101 101 101000101 1011010 110101

Color Harmonies of #F31998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31998

Black with #F31998

Text Example


Text Example

White with #F31998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31998; }

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

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

background-color css

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

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

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

border-color css

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

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

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