Html Css Color HEX #F71483 Deep Pink

📋 copy color: '#F71483'

red 247 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #F71483

Tints of Deep Pink #F71483

RGB

 RED value IS 247 (96.88% from 255) = 62.06%

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

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

R = 62.06%
G = 5.03%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F71483 (or 0xF71483) is known color: Deep Pink. HEX triplet: F7, 14 and 83. RGB value is (247,20,131). Sum of RGB (Red+Green+Blue) = 247+20+131=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F71483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71483 is #08EB7C. Grayscale: #646464. Windows color (decimal): -584573 or 8590583. OLE color: 8590583.

HSL color Cylindrical-coordinate representation of color #F71483: hue angle of 330.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71483 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 131 -
CMYK 0 0.92 0.47 0.03
HSL 330.66º 0.93% 0.52% -
HSV(B) 330.66º 0.92% 0.97% -
XYZ 42.7 21.91 23.45 -
YUV 100.53 145.21 232.47 -
System Red Green Blue C M Y K H S L
Decimal 247 20 131 0 0.92 0.47 0.03 330.66 0.93 0.52
Hex F7 14 83 0 5C 2F 3 14B 5D 34
Octal 367 24 203 0 134 57 3 513 135 64
Binary 11110111 10100 10000011 0 1011100 101111 11 101001011 1011101 110100

Color Harmonies of #F71483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71483

Black with #F71483

Text Example


Text Example

White with #F71483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71483; }

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

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

background-color css

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

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

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

border-color css

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

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

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