Html Css Color HEX #F7267F Deep Pink

📋 copy color: '#F7267F'

red 247 ◦ green 38 ◦ blue 127

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

Shades of Deep Pink #F7267F

Tints of Deep Pink #F7267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.22%

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

R = 59.95%
G = 9.22%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7267F (or 0xF7267F) is known color: Deep Pink. HEX triplet: F7, 26 and 7F. RGB value is (247,38,127). Sum of RGB (Red+Green+Blue) = 247+38+127=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267F is #08D980. Grayscale: #6E6E6E. Windows color (decimal): -579969 or 8333047. OLE color: 8333047.

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

Color convert

RGB 247 38 127 -
CMYK 0 0.85 0.49 0.03
HSL 334.45º 0.93% 0.56% -
HSV(B) 334.45º 0.85% 0.97% -
XYZ 42.88 22.69 22.2 -
YUV 110.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 247 38 127 0 0.85 0.49 0.03 334.45 0.93 0.56
Hex F7 26 7F 0 55 31 3 14E 5D 38
Octal 367 46 177 0 125 61 3 516 135 70
Binary 11110111 100110 1111111 0 1010101 110001 11 101001110 1011101 111000

Color Harmonies of #F7267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7267F

Black with #F7267F

Text Example


Text Example

White with #F7267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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