Html Css Color HEX #F7228C Deep Pink

📋 copy color: '#F7228C'

red 247 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #F7228C

Tints of Deep Pink #F7228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.08%

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

R = 58.67%
G = 8.08%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7228C (or 0xF7228C) is known color: Deep Pink. HEX triplet: F7, 22 and 8C. RGB value is (247,34,140). Sum of RGB (Red+Green+Blue) = 247+34+140=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7228C is #08DD73. Grayscale: #6D6D6D. Windows color (decimal): -580980 or 9183991. OLE color: 9183991.

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

Color convert

RGB 247 34 140 -
CMYK 0 0.86 0.43 0.03
HSL 330.14º 0.93% 0.55% -
HSV(B) 330.14º 0.86% 0.97% -
XYZ 43.66 22.81 26.91 -
YUV 109.77 145.07 225.88 -
System Red Green Blue C M Y K H S L
Decimal 247 34 140 0 0.86 0.43 0.03 330.14 0.93 0.55
Hex F7 22 8C 0 56 2B 3 14A 5D 37
Octal 367 42 214 0 126 53 3 512 135 67
Binary 11110111 100010 10001100 0 1010110 101011 11 101001010 1011101 110111

Color Harmonies of #F7228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7228C

Black with #F7228C

Text Example


Text Example

White with #F7228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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