Html Css Color HEX #F90A8B Deep Pink

📋 copy color: '#F90A8B'

red 249 ◦ green 10 ◦ blue 139

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

Shades of Deep Pink #F90A8B

Tints of Deep Pink #F90A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 62.56%
G = 2.51%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F90A8B (or 0xF90A8B) is known color: Deep Pink. HEX triplet: F9, 0A and 8B. RGB value is (249,10,139). Sum of RGB (Red+Green+Blue) = 249+10+139=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90A8B is #06F574. Grayscale: #5F5F5F. Windows color (decimal): -456053 or 9112313. OLE color: 9112313.

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

Color convert

RGB 249 10 139 -
CMYK 0 0.96 0.44 0.02
HSL 327.62º 0.95% 0.51% -
HSV(B) 327.62º 0.96% 0.98% -
XYZ 43.84 22.22 26.4 -
YUV 96.17 152.18 237.01 -
System Red Green Blue C M Y K H S L
Decimal 249 10 139 0 0.96 0.44 0.02 327.62 0.95 0.51
Hex F9 A 8B 0 60 2C 2 148 5F 33
Octal 371 12 213 0 140 54 2 510 137 63
Binary 11111001 1010 10001011 0 1100000 101100 10 101001000 1011111 110011

Color Harmonies of #F90A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A8B

Black with #F90A8B

Text Example


Text Example

White with #F90A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A8B; }

 p { color: rgb(249,10,139); }

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

background-color css

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

 a { background-color: rgb(249,10,139); }

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

border-color css

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

 span { border-color: rgb(249,10,139); }

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