Html Css Color HEX #98255F Lipstick

📋 copy color: '#98255F'

red 152 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #98255F

Tints of Lipstick #98255F

RGB

 RED value IS 152 (59.77% from 255) = 53.52%

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 53.52%
G = 13.03%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98255F (or 0x98255F) is known color: Lipstick. HEX triplet: 98, 25 and 5F. RGB value is (152,37,95). Sum of RGB (Red+Green+Blue) = 152+37+95=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98255F is #67DAA0. Grayscale: #4D4D4D. Windows color (decimal): -6806177 or 6235544. OLE color: 6235544.

HSL color Cylindrical-coordinate representation of color #98255F: hue angle of 329.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98255F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 95 -
CMYK 0 0.76 0.38 0.40
HSL 329.74º 0.61% 0.37% -
HSV(B) 329.74º 0.76% 0.6% -
XYZ 15.68 8.82 11.7 -
YUV 78 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 152 37 95 0 0.76 0.38 0.40 329.74 0.61 0.37
Hex 98 25 5F 0 4C 26 28 14A 3D 25
Octal 230 45 137 0 114 46 50 512 75 45
Binary 10011000 100101 1011111 0 1001100 100110 101000 101001010 111101 100101

Color Harmonies of #98255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98255F

Black with #98255F

Text Example


Text Example

White with #98255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98255F; }

 p { color: rgb(152,37,95); }

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

background-color css

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

 a { background-color: rgb(152,37,95); }

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

border-color css

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

 span { border-color: rgb(152,37,95); }

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