Html Css Color HEX #F7248B Deep Pink

📋 copy color: '#F7248B'

red 247 ◦ green 36 ◦ blue 139

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

Shades of Deep Pink #F7248B

Tints of Deep Pink #F7248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 58.53%
G = 8.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7248B (or 0xF7248B) is known color: Deep Pink. HEX triplet: F7, 24 and 8B. RGB value is (247,36,139). Sum of RGB (Red+Green+Blue) = 247+36+139=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7248B is #08DB74. Grayscale: #6E6E6E. Windows color (decimal): -580469 or 9118967. OLE color: 9118967.

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

Color convert

RGB 247 36 139 -
CMYK 0 0.85 0.44 0.03
HSL 330.71º 0.93% 0.55% -
HSV(B) 330.71º 0.85% 0.97% -
XYZ 43.65 22.9 26.55 -
YUV 110.83 143.9 225.12 -
System Red Green Blue C M Y K H S L
Decimal 247 36 139 0 0.85 0.44 0.03 330.71 0.93 0.55
Hex F7 24 8B 0 55 2C 3 14B 5D 37
Octal 367 44 213 0 125 54 3 513 135 67
Binary 11110111 100100 10001011 0 1010101 101100 11 101001011 1011101 110111

Color Harmonies of #F7248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7248B

Black with #F7248B

Text Example


Text Example

White with #F7248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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