Html Css Color HEX #F7227D Deep Pink

📋 copy color: '#F7227D'

red 247 ◦ green 34 ◦ blue 125

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

Shades of Deep Pink #F7227D

Tints of Deep Pink #F7227D

RGB

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

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

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

R = 60.84%
G = 8.37%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7227D (or 0xF7227D) is known color: Deep Pink. HEX triplet: F7, 22 and 7D. RGB value is (247,34,125). Sum of RGB (Red+Green+Blue) = 247+34+125=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7227D is #08DD82. Grayscale: #6B6B6B. Windows color (decimal): -580995 or 8200951. OLE color: 8200951.

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

Color convert

RGB 247 34 125 -
CMYK 0 0.86 0.49 0.03
HSL 334.37º 0.93% 0.55% -
HSV(B) 334.37º 0.86% 0.97% -
XYZ 42.63 22.4 21.48 -
YUV 108.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 247 34 125 0 0.86 0.49 0.03 334.37 0.93 0.55
Hex F7 22 7D 0 56 31 3 14E 5D 37
Octal 367 42 175 0 126 61 3 516 135 67
Binary 11110111 100010 1111101 0 1010110 110001 11 101001110 1011101 110111

Color Harmonies of #F7227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7227D

Black with #F7227D

Text Example


Text Example

White with #F7227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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