Html Css Color HEX #F71495 Deep Pink

📋 copy color: '#F71495'

red 247 ◦ green 20 ◦ blue 149

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

Shades of Deep Pink #F71495

Tints of Deep Pink #F71495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 59.38%
G = 4.81%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71495 (or 0xF71495) is known color: Deep Pink. HEX triplet: F7, 14 and 95. RGB value is (247,20,149). Sum of RGB (Red+Green+Blue) = 247+20+149=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F71495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71495 is #08EB6A. Grayscale: #666666. Windows color (decimal): -584555 or 9770231. OLE color: 9770231.

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

Color convert

RGB 247 20 149 -
CMYK 0 0.92 0.40 0.03
HSL 325.9º 0.93% 0.52% -
HSV(B) 325.9º 0.92% 0.97% -
XYZ 44.03 22.44 30.45 -
YUV 102.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 247 20 149 0 0.92 0.40 0.03 325.9 0.93 0.52
Hex F7 14 95 0 5C 28 3 146 5D 34
Octal 367 24 225 0 134 50 3 506 135 64
Binary 11110111 10100 10010101 0 1011100 101000 11 101000110 1011101 110100

Color Harmonies of #F71495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71495

Black with #F71495

Text Example


Text Example

White with #F71495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71495; }

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

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

background-color css

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

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

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

border-color css

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

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

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