Html Css Color HEX #F90377 Deep Pink

📋 copy color: '#F90377'

red 249 ◦ green 3 ◦ blue 119

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

Shades of Deep Pink #F90377

Tints of Deep Pink #F90377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 67.12%
G = 0.81%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90377 (or 0xF90377) is known color: Deep Pink. HEX triplet: F9, 03 and 77. RGB value is (249,3,119). Sum of RGB (Red+Green+Blue) = 249+3+119=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90377 is #06FC88. Grayscale: #595959. Windows color (decimal): -457865 or 7799801. OLE color: 7799801.

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

Color convert

RGB 249 3 119 -
CMYK 0 0.99 0.52 0.02
HSL 331.71º 0.98% 0.49% -
HSV(B) 331.71º 0.99% 0.98% -
XYZ 42.43 21.54 19.37 -
YUV 89.78 144.5 241.57 -
System Red Green Blue C M Y K H S L
Decimal 249 3 119 0 0.99 0.52 0.02 331.71 0.98 0.49
Hex F9 3 77 0 63 34 2 14C 62 31
Octal 371 3 167 0 143 64 2 514 142 61
Binary 11111001 11 1110111 0 1100011 110100 10 101001100 1100010 110001

Color Harmonies of #F90377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90377

Black with #F90377

Text Example


Text Example

White with #F90377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90377; }

 p { color: rgb(249,3,119); }

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

background-color css

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

 a { background-color: rgb(249,3,119); }

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

border-color css

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

 span { border-color: rgb(249,3,119); }

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