Html Css Color HEX #F31598 Deep Pink

📋 copy color: '#F31598'

red 243 ◦ green 21 ◦ blue 152

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

Shades of Deep Pink #F31598

Tints of Deep Pink #F31598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.05%

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

R = 58.41%
G = 5.05%
B = 36.54%

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

#F31598 (or 0xF31598) is known color: Deep Pink. HEX triplet: F3, 15 and 98. RGB value is (243,21,152). Sum of RGB (Red+Green+Blue) = 243+21+152=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F31598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31598 is #0CEA67. Grayscale: #666666. Windows color (decimal): -846440 or 9967091. OLE color: 9967091.

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

Color convert

RGB 243 21 152 -
CMYK 0 0.91 0.37 0.05
HSL 324.59º 0.9% 0.52% -
HSV(B) 324.59º 0.91% 0.95% -
XYZ 42.9 21.86 31.66 -
YUV 102.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 243 21 152 0 0.91 0.37 0.05 324.59 0.9 0.52
Hex F3 15 98 0 5B 25 5 145 5A 34
Octal 363 25 230 0 133 45 5 505 132 64
Binary 11110011 10101 10011000 0 1011011 100101 101 101000101 1011010 110100

Color Harmonies of #F31598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31598

Black with #F31598

Text Example


Text Example

White with #F31598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31598; }

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

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

background-color css

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

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

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

border-color css

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

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

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