Html Css Color HEX #F90C7D Deep Pink

📋 copy color: '#F90C7D'

red 249 ◦ green 12 ◦ blue 125

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

Shades of Deep Pink #F90C7D

Tints of Deep Pink #F90C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 64.51%
G = 3.11%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F90C7D (or 0xF90C7D) is known color: Deep Pink. HEX triplet: F9, 0C and 7D. RGB value is (249,12,125). Sum of RGB (Red+Green+Blue) = 249+12+125=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90C7D is #06F382. Grayscale: #5F5F5F. Windows color (decimal): -455555 or 8195321. OLE color: 8195321.

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

Color convert

RGB 249 12 125 -
CMYK 0 0.95 0.50 0.02
HSL 331.39º 0.95% 0.51% -
HSV(B) 331.39º 0.95% 0.98% -
XYZ 42.9 21.88 21.36 -
YUV 95.75 144.52 237.31 -
System Red Green Blue C M Y K H S L
Decimal 249 12 125 0 0.95 0.50 0.02 331.39 0.95 0.51
Hex F9 C 7D 0 5F 32 2 14B 5F 33
Octal 371 14 175 0 137 62 2 513 137 63
Binary 11111001 1100 1111101 0 1011111 110010 10 101001011 1011111 110011

Color Harmonies of #F90C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C7D

Black with #F90C7D

Text Example


Text Example

White with #F90C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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