Html Css Color HEX #F31483 Deep Pink

📋 copy color: '#F31483'

red 243 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #F31483

Tints of Deep Pink #F31483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 61.68%
G = 5.08%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F31483 (or 0xF31483) is known color: Deep Pink. HEX triplet: F3, 14 and 83. RGB value is (243,20,131). Sum of RGB (Red+Green+Blue) = 243+20+131=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31483 is #0CEB7C. Grayscale: #636363. Windows color (decimal): -846717 or 8590579. OLE color: 8590579.

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

Color convert

RGB 243 20 131 -
CMYK 0 0.92 0.46 0.05
HSL 330.13º 0.9% 0.52% -
HSV(B) 330.13º 0.92% 0.95% -
XYZ 41.31 21.19 23.39 -
YUV 99.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 243 20 131 0 0.92 0.46 0.05 330.13 0.9 0.52
Hex F3 14 83 0 5C 2E 5 14A 5A 34
Octal 363 24 203 0 134 56 5 512 132 64
Binary 11110011 10100 10000011 0 1011100 101110 101 101001010 1011010 110100

Color Harmonies of #F31483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31483

Black with #F31483

Text Example


Text Example

White with #F31483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31483; }

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

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

background-color css

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

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

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

border-color css

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

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

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