Html Css Color HEX #F90188 Deep Pink

📋 copy color: '#F90188'

red 249 ◦ green 1 ◦ blue 136

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

Shades of Deep Pink #F90188

Tints of Deep Pink #F90188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 64.51%
G = 0.26%
B = 35.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F90188 (or 0xF90188) is known color: Deep Pink. HEX triplet: F9, 01 and 88. RGB value is (249,1,136). Sum of RGB (Red+Green+Blue) = 249+1+136=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F90188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90188 is #06FE77. Grayscale: #5A5A5A. Windows color (decimal): -458360 or 8913401. OLE color: 8913401.

HSL color Cylindrical-coordinate representation of color #F90188: hue angle of 327.34º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90188 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 136 -
CMYK 0 1.00 0.45 0.02
HSL 327.34º 0.99% 0.49% -
HSV(B) 327.34º 1% 0.98% -
XYZ 43.52 21.94 25.23 -
YUV 90.54 153.66 241.02 -
System Red Green Blue C M Y K H S L
Decimal 249 1 136 0 1.00 0.45 0.02 327.34 0.99 0.49
Hex F9 1 88 0 64 2D 2 147 63 31
Octal 371 1 210 0 144 55 2 507 143 61
Binary 11111001 1 10001000 0 1100100 101101 10 101000111 1100011 110001

Color Harmonies of #F90188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90188

Black with #F90188

Text Example


Text Example

White with #F90188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90188; }

 p { color: rgb(249,1,136); }

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

background-color css

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

 a { background-color: rgb(249,1,136); }

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

border-color css

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

 span { border-color: rgb(249,1,136); }

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