Html Css Color HEX #F31194 Deep Pink

📋 copy color: '#F31194'

red 243 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #F31194

Tints of Deep Pink #F31194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.17%

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

R = 59.56%
G = 4.17%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F31194 (or 0xF31194) is known color: Deep Pink. HEX triplet: F3, 11 and 94. RGB value is (243,17,148). Sum of RGB (Red+Green+Blue) = 243+17+148=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F31194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31194 is #0CEE6B. Grayscale: #636363. Windows color (decimal): -847468 or 9703923. OLE color: 9703923.

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

Color convert

RGB 243 17 148 -
CMYK 0 0.93 0.39 0.05
HSL 325.22º 0.9% 0.51% -
HSV(B) 325.22º 0.93% 0.95% -
XYZ 42.51 21.59 29.94 -
YUV 99.51 155.37 230.35 -
System Red Green Blue C M Y K H S L
Decimal 243 17 148 0 0.93 0.39 0.05 325.22 0.9 0.51
Hex F3 11 94 0 5D 27 5 145 5A 33
Octal 363 21 224 0 135 47 5 505 132 63
Binary 11110011 10001 10010100 0 1011101 100111 101 101000101 1011010 110011

Color Harmonies of #F31194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31194

Black with #F31194

Text Example


Text Example

White with #F31194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31194; }

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

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

background-color css

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

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

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

border-color css

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

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

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