Html Css Color HEX #F9138F Deep Pink

📋 copy color: '#F9138F'

red 249 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F9138F

Tints of Deep Pink #F9138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.62%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 60.58%
G = 4.62%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9138F (or 0xF9138F) is known color: Deep Pink. HEX triplet: F9, 13 and 8F. RGB value is (249,19,143). Sum of RGB (Red+Green+Blue) = 249+19+143=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9138F is #06EC70. Grayscale: #656565. Windows color (decimal): -453745 or 9376761. OLE color: 9376761.

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

Color convert

RGB 249 19 143 -
CMYK 0 0.92 0.43 0.02
HSL 327.65º 0.95% 0.53% -
HSV(B) 327.65º 0.92% 0.98% -
XYZ 44.26 22.59 28.01 -
YUV 101.91 151.2 232.92 -
System Red Green Blue C M Y K H S L
Decimal 249 19 143 0 0.92 0.43 0.02 327.65 0.95 0.53
Hex F9 13 8F 0 5C 2B 2 148 5F 35
Octal 371 23 217 0 134 53 2 510 137 65
Binary 11111001 10011 10001111 0 1011100 101011 10 101001000 1011111 110101

Color Harmonies of #F9138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9138F

Black with #F9138F

Text Example


Text Example

White with #F9138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9138F; }

 p { color: rgb(249,19,143); }

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

background-color css

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

 a { background-color: rgb(249,19,143); }

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

border-color css

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

 span { border-color: rgb(249,19,143); }

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