Html Css Color HEX #F7227F Deep Pink

📋 copy color: '#F7227F'

red 247 ◦ green 34 ◦ blue 127

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

Shades of Deep Pink #F7227F

Tints of Deep Pink #F7227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 60.54%
G = 8.33%
B = 31.13%

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

#F7227F (or 0xF7227F) is known color: Deep Pink. HEX triplet: F7, 22 and 7F. RGB value is (247,34,127). Sum of RGB (Red+Green+Blue) = 247+34+127=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7227F is #08DD80. Grayscale: #6C6C6C. Windows color (decimal): -580993 or 8332023. OLE color: 8332023.

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

Color convert

RGB 247 34 127 -
CMYK 0 0.86 0.49 0.03
HSL 333.8º 0.93% 0.55% -
HSV(B) 333.8º 0.86% 0.97% -
XYZ 42.76 22.45 22.16 -
YUV 108.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 247 34 127 0 0.86 0.49 0.03 333.8 0.93 0.55
Hex F7 22 7F 0 56 31 3 14E 5D 37
Octal 367 42 177 0 126 61 3 516 135 67
Binary 11110111 100010 1111111 0 1010110 110001 11 101001110 1011101 110111

Color Harmonies of #F7227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7227F

Black with #F7227F

Text Example


Text Example

White with #F7227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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