Html Css Color HEX #F7247D Deep Pink

📋 copy color: '#F7247D'

red 247 ◦ green 36 ◦ blue 125

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

Shades of Deep Pink #F7247D

Tints of Deep Pink #F7247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.82%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 60.54%
G = 8.82%
B = 30.64%

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

#F7247D (or 0xF7247D) is known color: Deep Pink. HEX triplet: F7, 24 and 7D. RGB value is (247,36,125). Sum of RGB (Red+Green+Blue) = 247+36+125=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7247D is #08DB82. Grayscale: #6D6D6D. Windows color (decimal): -580483 or 8201463. OLE color: 8201463.

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

Color convert

RGB 247 36 125 -
CMYK 0 0.85 0.49 0.03
HSL 334.69º 0.93% 0.55% -
HSV(B) 334.69º 0.85% 0.97% -
XYZ 42.69 22.52 21.5 -
YUV 109.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 247 36 125 0 0.85 0.49 0.03 334.69 0.93 0.55
Hex F7 24 7D 0 55 31 3 14F 5D 37
Octal 367 44 175 0 125 61 3 517 135 67
Binary 11110111 100100 1111101 0 1010101 110001 11 101001111 1011101 110111

Color Harmonies of #F7247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7247D

Black with #F7247D

Text Example


Text Example

White with #F7247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7247D; }

 p { color: rgb(247,36,125); }

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

background-color css

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

 a { background-color: rgb(247,36,125); }

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

border-color css

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

 span { border-color: rgb(247,36,125); }

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