Html Css Color HEX #F31492 Deep Pink

📋 copy color: '#F31492'

red 243 ◦ green 20 ◦ blue 146

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

Shades of Deep Pink #F31492

Tints of Deep Pink #F31492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 59.41%
G = 4.89%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F31492 (or 0xF31492) is known color: Deep Pink. HEX triplet: F3, 14 and 92. RGB value is (243,20,146). Sum of RGB (Red+Green+Blue) = 243+20+146=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31492 is #0CEB6D. Grayscale: #646464. Windows color (decimal): -846702 or 9573619. OLE color: 9573619.

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

Color convert

RGB 243 20 146 -
CMYK 0 0.92 0.40 0.05
HSL 326.1º 0.9% 0.52% -
HSV(B) 326.1º 0.92% 0.95% -
XYZ 42.4 21.63 29.13 -
YUV 101.04 153.38 229.25 -
System Red Green Blue C M Y K H S L
Decimal 243 20 146 0 0.92 0.40 0.05 326.1 0.9 0.52
Hex F3 14 92 0 5C 28 5 146 5A 34
Octal 363 24 222 0 134 50 5 506 132 64
Binary 11110011 10100 10010010 0 1011100 101000 101 101000110 1011010 110100

Color Harmonies of #F31492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31492

Black with #F31492

Text Example


Text Example

White with #F31492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31492; }

 p { color: rgb(243,20,146); }

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

background-color css

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

 a { background-color: rgb(243,20,146); }

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

border-color css

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

 span { border-color: rgb(243,20,146); }

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