Html Css Color HEX #F91C90 Deep Pink

📋 copy color: '#F91C90'

red 249 ◦ green 28 ◦ blue 144

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

Shades of Deep Pink #F91C90

Tints of Deep Pink #F91C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 59.14%
G = 6.65%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F91C90 (or 0xF91C90) is known color: Deep Pink. HEX triplet: F9, 1C and 90. RGB value is (249,28,144). Sum of RGB (Red+Green+Blue) = 249+28+144=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C90 is #06E36F. Grayscale: #6B6B6B. Windows color (decimal): -451440 or 9444601. OLE color: 9444601.

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

Color convert

RGB 249 28 144 -
CMYK 0 0.89 0.42 0.02
HSL 328.51º 0.95% 0.54% -
HSV(B) 328.51º 0.89% 0.98% -
XYZ 44.52 22.98 28.48 -
YUV 107.3 148.72 229.07 -
System Red Green Blue C M Y K H S L
Decimal 249 28 144 0 0.89 0.42 0.02 328.51 0.95 0.54
Hex F9 1C 90 0 59 2A 2 149 5F 36
Octal 371 34 220 0 131 52 2 511 137 66
Binary 11111001 11100 10010000 0 1011001 101010 10 101001001 1011111 110110

Color Harmonies of #F91C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C90

Black with #F91C90

Text Example


Text Example

White with #F91C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C90; }

 p { color: rgb(249,28,144); }

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

background-color css

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

 a { background-color: rgb(249,28,144); }

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

border-color css

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

 span { border-color: rgb(249,28,144); }

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