Html Css Color HEX #F71293 Deep Pink

📋 copy color: '#F71293'

red 247 ◦ green 18 ◦ blue 147

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

Shades of Deep Pink #F71293

Tints of Deep Pink #F71293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 59.95%
G = 4.37%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71293 (or 0xF71293) is known color: Deep Pink. HEX triplet: F7, 12 and 93. RGB value is (247,18,147). Sum of RGB (Red+Green+Blue) = 247+18+147=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F71293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71293 is #08ED6C. Grayscale: #646464. Windows color (decimal): -585069 or 9638647. OLE color: 9638647.

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

Color convert

RGB 247 18 147 -
CMYK 0 0.93 0.40 0.03
HSL 326.2º 0.93% 0.52% -
HSV(B) 326.2º 0.93% 0.97% -
XYZ 43.84 22.31 29.6 -
YUV 101.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 247 18 147 0 0.93 0.40 0.03 326.2 0.93 0.52
Hex F7 12 93 0 5D 28 3 146 5D 34
Octal 367 22 223 0 135 50 3 506 135 64
Binary 11110111 10010 10010011 0 1011101 101000 11 101000110 1011101 110100

Color Harmonies of #F71293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71293

Black with #F71293

Text Example


Text Example

White with #F71293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71293; }

 p { color: rgb(247,18,147); }

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

background-color css

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

 a { background-color: rgb(247,18,147); }

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

border-color css

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

 span { border-color: rgb(247,18,147); }

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