Html Css Color HEX #F7127F Deep Pink

📋 copy color: '#F7127F'

red 247 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #F7127F

Tints of Deep Pink #F7127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

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

R = 63.01%
G = 4.59%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7127F (or 0xF7127F) is known color: Deep Pink. HEX triplet: F7, 12 and 7F. RGB value is (247,18,127). Sum of RGB (Red+Green+Blue) = 247+18+127=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7127F is #08ED80. Grayscale: #626262. Windows color (decimal): -585089 or 8327927. OLE color: 8327927.

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

Color convert

RGB 247 18 127 -
CMYK 0 0.93 0.49 0.03
HSL 331.44º 0.93% 0.52% -
HSV(B) 331.44º 0.93% 0.97% -
XYZ 42.4 21.74 22.04 -
YUV 98.9 143.87 233.64 -
System Red Green Blue C M Y K H S L
Decimal 247 18 127 0 0.93 0.49 0.03 331.44 0.93 0.52
Hex F7 12 7F 0 5D 31 3 14B 5D 34
Octal 367 22 177 0 135 61 3 513 135 64
Binary 11110111 10010 1111111 0 1011101 110001 11 101001011 1011101 110100

Color Harmonies of #F7127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7127F

Black with #F7127F

Text Example


Text Example

White with #F7127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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