Html Css Color HEX #F7157F Deep Pink

📋 copy color: '#F7157F'

red 247 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #F7157F

Tints of Deep Pink #F7157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

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

R = 62.53%
G = 5.32%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7157F (or 0xF7157F) is known color: Deep Pink. HEX triplet: F7, 15 and 7F. RGB value is (247,21,127). Sum of RGB (Red+Green+Blue) = 247+21+127=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7157F is #08EA80. Grayscale: #646464. Windows color (decimal): -584321 or 8328695. OLE color: 8328695.

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

Color convert

RGB 247 21 127 -
CMYK 0 0.91 0.49 0.03
HSL 331.86º 0.93% 0.53% -
HSV(B) 331.86º 0.91% 0.97% -
XYZ 42.46 21.84 22.06 -
YUV 100.66 142.87 232.38 -
System Red Green Blue C M Y K H S L
Decimal 247 21 127 0 0.91 0.49 0.03 331.86 0.93 0.53
Hex F7 15 7F 0 5B 31 3 14C 5D 35
Octal 367 25 177 0 133 61 3 514 135 65
Binary 11110111 10101 1111111 0 1011011 110001 11 101001100 1011101 110101

Color Harmonies of #F7157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7157F

Black with #F7157F

Text Example


Text Example

White with #F7157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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