Html Css Color HEX #F7137F Deep Pink

📋 copy color: '#F7137F'

red 247 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #F7137F

Tints of Deep Pink #F7137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 62.85%
G = 4.83%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7137F (or 0xF7137F) is known color: Deep Pink. HEX triplet: F7, 13 and 7F. RGB value is (247,19,127). Sum of RGB (Red+Green+Blue) = 247+19+127=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7137F is #08EC80. Grayscale: #636363. Windows color (decimal): -584833 or 8328183. OLE color: 8328183.

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

Color convert

RGB 247 19 127 -
CMYK 0 0.92 0.49 0.03
HSL 331.58º 0.93% 0.52% -
HSV(B) 331.58º 0.92% 0.97% -
XYZ 42.42 21.77 22.05 -
YUV 99.48 143.54 233.22 -
System Red Green Blue C M Y K H S L
Decimal 247 19 127 0 0.92 0.49 0.03 331.58 0.93 0.52
Hex F7 13 7F 0 5C 31 3 14C 5D 34
Octal 367 23 177 0 134 61 3 514 135 64
Binary 11110111 10011 1111111 0 1011100 110001 11 101001100 1011101 110100

Color Harmonies of #F7137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7137F

Black with #F7137F

Text Example


Text Example

White with #F7137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7137F; }

 p { color: rgb(247,19,127); }

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

background-color css

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

 a { background-color: rgb(247,19,127); }

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

border-color css

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

 span { border-color: rgb(247,19,127); }

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