Html Css Color HEX #F90C9A Deep Pink

📋 copy color: '#F90C9A'

red 249 ◦ green 12 ◦ blue 154

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

Shades of Deep Pink #F90C9A

Tints of Deep Pink #F90C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 60%
G = 2.89%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F90C9A (or 0xF90C9A) is known color: Deep Pink. HEX triplet: F9, 0C and 9A. RGB value is (249,12,154). Sum of RGB (Red+Green+Blue) = 249+12+154=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C9A is #06F365. Grayscale: #626262. Windows color (decimal): -455526 or 10095865. OLE color: 10095865.

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

Color convert

RGB 249 12 154 -
CMYK 0 0.95 0.38 0.02
HSL 324.05º 0.95% 0.51% -
HSV(B) 324.05º 0.95% 0.98% -
XYZ 45.03 22.74 32.59 -
YUV 99.05 159.02 234.95 -
System Red Green Blue C M Y K H S L
Decimal 249 12 154 0 0.95 0.38 0.02 324.05 0.95 0.51
Hex F9 C 9A 0 5F 26 2 144 5F 33
Octal 371 14 232 0 137 46 2 504 137 63
Binary 11111001 1100 10011010 0 1011111 100110 10 101000100 1011111 110011

Color Harmonies of #F90C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C9A

Black with #F90C9A

Text Example


Text Example

White with #F90C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C9A; }

 p { color: rgb(249,12,154); }

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

background-color css

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

 a { background-color: rgb(249,12,154); }

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

border-color css

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

 span { border-color: rgb(249,12,154); }

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