Html Css Color HEX #F90691 Deep Pink

📋 copy color: '#F90691'

red 249 ◦ green 6 ◦ blue 145

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

Shades of Deep Pink #F90691

Tints of Deep Pink #F90691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 62.25%
G = 1.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90691 (or 0xF90691) is known color: Deep Pink. HEX triplet: F9, 06 and 91. RGB value is (249,6,145). Sum of RGB (Red+Green+Blue) = 249+6+145=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F90691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90691 is #06F96E. Grayscale: #5E5E5E. Windows color (decimal): -457071 or 9504505. OLE color: 9504505.

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

Color convert

RGB 249 6 145 -
CMYK 0 0.98 0.42 0.02
HSL 325.68º 0.95% 0.5% -
HSV(B) 325.68º 0.98% 0.98% -
XYZ 44.24 22.31 28.76 -
YUV 94.5 156.51 238.2 -
System Red Green Blue C M Y K H S L
Decimal 249 6 145 0 0.98 0.42 0.02 325.68 0.95 0.5
Hex F9 6 91 0 62 2A 2 146 5F 32
Octal 371 6 221 0 142 52 2 506 137 62
Binary 11111001 110 10010001 0 1100010 101010 10 101000110 1011111 110010

Color Harmonies of #F90691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90691

Black with #F90691

Text Example


Text Example

White with #F90691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90691; }

 p { color: rgb(249,6,145); }

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

background-color css

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

 a { background-color: rgb(249,6,145); }

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

border-color css

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

 span { border-color: rgb(249,6,145); }

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