Html Css Color HEX #F9158B Deep Pink

📋 copy color: '#F9158B'

red 249 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #F9158B

Tints of Deep Pink #F9158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 60.88%
G = 5.13%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9158B (or 0xF9158B) is known color: Deep Pink. HEX triplet: F9, 15 and 8B. RGB value is (249,21,139). Sum of RGB (Red+Green+Blue) = 249+21+139=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9158B is #06EA74. Grayscale: #666666. Windows color (decimal): -453237 or 9115129. OLE color: 9115129.

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

Color convert

RGB 249 21 139 -
CMYK 0 0.92 0.44 0.02
HSL 328.95º 0.95% 0.53% -
HSV(B) 328.95º 0.92% 0.98% -
XYZ 44 22.54 26.46 -
YUV 102.62 148.54 232.41 -
System Red Green Blue C M Y K H S L
Decimal 249 21 139 0 0.92 0.44 0.02 328.95 0.95 0.53
Hex F9 15 8B 0 5C 2C 2 149 5F 35
Octal 371 25 213 0 134 54 2 511 137 65
Binary 11111001 10101 10001011 0 1011100 101100 10 101001001 1011111 110101

Color Harmonies of #F9158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9158B

Black with #F9158B

Text Example


Text Example

White with #F9158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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