Html Css Color HEX #F90C8B Deep Pink

📋 copy color: '#F90C8B'

red 249 ◦ green 12 ◦ blue 139

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

Shades of Deep Pink #F90C8B

Tints of Deep Pink #F90C8B

RGB

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

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

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

R = 62.25%
G = 3%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F90C8B (or 0xF90C8B) is known color: Deep Pink. HEX triplet: F9, 0C and 8B. RGB value is (249,12,139). Sum of RGB (Red+Green+Blue) = 249+12+139=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C8B is #06F374. Grayscale: #616161. Windows color (decimal): -455541 or 9112825. OLE color: 9112825.

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

Color convert

RGB 249 12 139 -
CMYK 0 0.95 0.44 0.02
HSL 327.85º 0.95% 0.51% -
HSV(B) 327.85º 0.95% 0.98% -
XYZ 43.86 22.27 26.41 -
YUV 97.34 151.52 236.17 -
System Red Green Blue C M Y K H S L
Decimal 249 12 139 0 0.95 0.44 0.02 327.85 0.95 0.51
Hex F9 C 8B 0 5F 2C 2 148 5F 33
Octal 371 14 213 0 137 54 2 510 137 63
Binary 11111001 1100 10001011 0 1011111 101100 10 101001000 1011111 110011

Color Harmonies of #F90C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C8B

Black with #F90C8B

Text Example


Text Example

White with #F90C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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