Html Css Color HEX #F90183 Deep Pink

📋 copy color: '#F90183'

red 249 ◦ green 1 ◦ blue 131

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

Shades of Deep Pink #F90183

Tints of Deep Pink #F90183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 65.35%
G = 0.26%
B = 34.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F90183 (or 0xF90183) is known color: Deep Pink. HEX triplet: F9, 01 and 83. RGB value is (249,1,131). Sum of RGB (Red+Green+Blue) = 249+1+131=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F90183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90183 is #06FE7C. Grayscale: #595959. Windows color (decimal): -458365 or 8585721. OLE color: 8585721.

HSL color Cylindrical-coordinate representation of color #F90183: hue angle of 328.55º 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 #F90183 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 131 -
CMYK 0 1.00 0.47 0.02
HSL 328.55º 0.99% 0.49% -
HSV(B) 328.55º 1% 0.98% -
XYZ 43.17 21.8 23.41 -
YUV 89.97 151.16 241.43 -
System Red Green Blue C M Y K H S L
Decimal 249 1 131 0 1.00 0.47 0.02 328.55 0.99 0.49
Hex F9 1 83 0 64 2F 2 149 63 31
Octal 371 1 203 0 144 57 2 511 143 61
Binary 11111001 1 10000011 0 1100100 101111 10 101001001 1100011 110001

Color Harmonies of #F90183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90183

Black with #F90183

Text Example


Text Example

White with #F90183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90183; }

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

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

background-color css

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

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

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

border-color css

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

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

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