Html Css Color HEX #F7248C Deep Pink

📋 copy color: '#F7248C'

red 247 ◦ green 36 ◦ blue 140

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

Shades of Deep Pink #F7248C

Tints of Deep Pink #F7248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 58.39%
G = 8.51%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7248C (or 0xF7248C) is known color: Deep Pink. HEX triplet: F7, 24 and 8C. RGB value is (247,36,140). Sum of RGB (Red+Green+Blue) = 247+36+140=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7248C is #08DB73. Grayscale: #6E6E6E. Windows color (decimal): -580468 or 9184503. OLE color: 9184503.

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

Color convert

RGB 247 36 140 -
CMYK 0 0.85 0.43 0.03
HSL 330.43º 0.93% 0.55% -
HSV(B) 330.43º 0.85% 0.97% -
XYZ 43.72 22.93 26.93 -
YUV 110.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 247 36 140 0 0.85 0.43 0.03 330.43 0.93 0.55
Hex F7 24 8C 0 55 2B 3 14A 5D 37
Octal 367 44 214 0 125 53 3 512 135 67
Binary 11110111 100100 10001100 0 1010101 101011 11 101001010 1011101 110111

Color Harmonies of #F7248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7248C

Black with #F7248C

Text Example


Text Example

White with #F7248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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