Html Css Color HEX #F90082 Deep Pink

📋 copy color: '#F90082'

red 249 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #F90082

Tints of Deep Pink #F90082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 65.7%
G = 0%
B = 34.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F90082 (or 0xF90082) is known color: Deep Pink. HEX triplet: F9, 00 and 82. RGB value is (249,0,130). Sum of RGB (Red+Green+Blue) = 249+0+130=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F90082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90082 is #06FF7D. Grayscale: #595959. Windows color (decimal): -458622 or 8519929. OLE color: 8519929.

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

Color convert

RGB 249 0 130 -
CMYK 0 1 0.48 0.02
HSL 328.67º 1% 0.49% -
HSV(B) 328.67º 1% 0.98% -
XYZ 43.1 21.75 23.05 -
YUV 89.27 150.99 241.93 -
System Red Green Blue C M Y K H S L
Decimal 249 0 130 0 1 0.48 0.02 328.67 1 0.49
Hex F9 0 82 0 64 30 2 149 64 31
Octal 371 0 202 0 144 60 2 511 144 61
Binary 11111001 0 10000010 0 1100100 110000 10 101001001 1100100 110001

Color Harmonies of #F90082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90082

Black with #F90082

Text Example


Text Example

White with #F90082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90082; }

 p { color: rgb(249,0,130); }

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

background-color css

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

 a { background-color: rgb(249,0,130); }

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

border-color css

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

 span { border-color: rgb(249,0,130); }

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