Html Css Color HEX #F71285 Deep Pink

📋 copy color: '#F71285'

red 247 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #F71285

Tints of Deep Pink #F71285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 62.06%
G = 4.52%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F71285 (or 0xF71285) is known color: Deep Pink. HEX triplet: F7, 12 and 85. RGB value is (247,18,133). Sum of RGB (Red+Green+Blue) = 247+18+133=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F71285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71285 is #08ED7A. Grayscale: #636363. Windows color (decimal): -585083 or 8721143. OLE color: 8721143.

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

Color convert

RGB 247 18 133 -
CMYK 0 0.93 0.46 0.03
HSL 329.87º 0.93% 0.52% -
HSV(B) 329.87º 0.93% 0.97% -
XYZ 42.81 21.9 24.16 -
YUV 99.58 146.87 233.15 -
System Red Green Blue C M Y K H S L
Decimal 247 18 133 0 0.93 0.46 0.03 329.87 0.93 0.52
Hex F7 12 85 0 5D 2E 3 14A 5D 34
Octal 367 22 205 0 135 56 3 512 135 64
Binary 11110111 10010 10000101 0 1011101 101110 11 101001010 1011101 110100

Color Harmonies of #F71285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71285

Black with #F71285

Text Example


Text Example

White with #F71285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71285; }

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

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

background-color css

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

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

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

border-color css

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

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

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