Html Css Color HEX #F7248F Deep Pink

📋 copy color: '#F7248F'

red 247 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F7248F

Tints of Deep Pink #F7248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 57.98%
G = 8.45%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7248F (or 0xF7248F) is known color: Deep Pink. HEX triplet: F7, 24 and 8F. RGB value is (247,36,143). Sum of RGB (Red+Green+Blue) = 247+36+143=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7248F is #08DB70. Grayscale: #6F6F6F. Windows color (decimal): -580465 or 9381111. OLE color: 9381111.

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

Color convert

RGB 247 36 143 -
CMYK 0 0.85 0.42 0.03
HSL 329.57º 0.93% 0.55% -
HSV(B) 329.57º 0.85% 0.97% -
XYZ 43.95 23.02 28.11 -
YUV 111.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 247 36 143 0 0.85 0.42 0.03 329.57 0.93 0.55
Hex F7 24 8F 0 55 2A 3 14A 5D 37
Octal 367 44 217 0 125 52 3 512 135 67
Binary 11110111 100100 10001111 0 1010101 101010 11 101001010 1011101 110111

Color Harmonies of #F7248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7248F

Black with #F7248F

Text Example


Text Example

White with #F7248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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