Html Css Color HEX #F91E7A Deep Pink

📋 copy color: '#F91E7A'

red 249 ◦ green 30 ◦ blue 122

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

Shades of Deep Pink #F91E7A

Tints of Deep Pink #F91E7A

RGB

 RED value IS 249 (97.66% from 255) = 62.09%

 GREEN value IS 30 (12.11% from 255) = 7.48%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 62.09%
G = 7.48%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F91E7A (or 0xF91E7A) is known color: Deep Pink. HEX triplet: F9, 1E and 7A. RGB value is (249,30,122). Sum of RGB (Red+Green+Blue) = 249+30+122=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E7A is #06E185. Grayscale: #696969. Windows color (decimal): -450950 or 8003321. OLE color: 8003321.

HSL color Cylindrical-coordinate representation of color #F91E7A: hue angle of 334.79º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91E7A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 30 122 -
CMYK 0 0.88 0.51 0.02
HSL 334.79º 0.95% 0.55% -
HSV(B) 334.79º 0.88% 0.98% -
XYZ 43.04 22.47 20.48 -
YUV 105.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 249 30 122 0 0.88 0.51 0.02 334.79 0.95 0.55
Hex F9 1E 7A 0 58 33 2 14F 5F 37
Octal 371 36 172 0 130 63 2 517 137 67
Binary 11111001 11110 1111010 0 1011000 110011 10 101001111 1011111 110111

Color Harmonies of #F91E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91E7A

Black with #F91E7A

Text Example


Text Example

White with #F91E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91E7A; }

 p { color: rgb(249,30,122); }

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

background-color css

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

 a { background-color: rgb(249,30,122); }

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

border-color css

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

 span { border-color: rgb(249,30,122); }

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