Html Css Color HEX #F7257F Deep Pink

📋 copy color: '#F7257F'

red 247 ◦ green 37 ◦ blue 127

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

Shades of Deep Pink #F7257F

Tints of Deep Pink #F7257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

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

R = 60.1%
G = 9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7257F (or 0xF7257F) is known color: Deep Pink. HEX triplet: F7, 25 and 7F. RGB value is (247,37,127). Sum of RGB (Red+Green+Blue) = 247+37+127=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7257F is #08DA80. Grayscale: #6D6D6D. Windows color (decimal): -580225 or 8332791. OLE color: 8332791.

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

Color convert

RGB 247 37 127 -
CMYK 0 0.85 0.49 0.03
HSL 334.29º 0.93% 0.56% -
HSV(B) 334.29º 0.85% 0.97% -
XYZ 42.85 22.63 22.19 -
YUV 110.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 247 37 127 0 0.85 0.49 0.03 334.29 0.93 0.56
Hex F7 25 7F 0 55 31 3 14E 5D 38
Octal 367 45 177 0 125 61 3 516 135 70
Binary 11110111 100101 1111111 0 1010101 110001 11 101001110 1011101 111000

Color Harmonies of #F7257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7257F

Black with #F7257F

Text Example


Text Example

White with #F7257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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