Html Css Color HEX #F90875 Deep Pink

📋 copy color: '#F90875'

red 249 ◦ green 8 ◦ blue 117

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

Shades of Deep Pink #F90875

Tints of Deep Pink #F90875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 66.58%
G = 2.14%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F90875 (or 0xF90875) is known color: Deep Pink. HEX triplet: F9, 08 and 75. RGB value is (249,8,117). Sum of RGB (Red+Green+Blue) = 249+8+117=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F90875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90875 is #06F78A. Grayscale: #5C5C5C. Windows color (decimal): -456587 or 7670009. OLE color: 7670009.

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

Color convert

RGB 249 8 117 -
CMYK 0 0.97 0.53 0.02
HSL 332.86º 0.95% 0.5% -
HSV(B) 332.86º 0.97% 0.98% -
XYZ 42.36 21.6 18.77 -
YUV 92.49 141.84 239.64 -
System Red Green Blue C M Y K H S L
Decimal 249 8 117 0 0.97 0.53 0.02 332.86 0.95 0.5
Hex F9 8 75 0 61 35 2 14D 5F 32
Octal 371 10 165 0 141 65 2 515 137 62
Binary 11111001 1000 1110101 0 1100001 110101 10 101001101 1011111 110010

Color Harmonies of #F90875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90875

Black with #F90875

Text Example


Text Example

White with #F90875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90875; }

 p { color: rgb(249,8,117); }

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

background-color css

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

 a { background-color: rgb(249,8,117); }

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

border-color css

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

 span { border-color: rgb(249,8,117); }

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