Html Css Color HEX #8F0248 Jazzberry Jam

📋 copy color: '#8F0248'

red 143 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #8F0248

Tints of Jazzberry Jam #8F0248

RGB

 RED value IS 143 (56.25% from 255) = 65.9%

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 65.9%
G = 0.92%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#8F0248 (or 0x8F0248) is known color: Jazzberry Jam. HEX triplet: 8F, 02 and 48. RGB value is (143,2,72). Sum of RGB (Red+Green+Blue) = 143+2+72=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0248 is #70FDB7. Grayscale: #343434. Windows color (decimal): -7404984 or 4719247. OLE color: 4719247.

HSL color Cylindrical-coordinate representation of color #8F0248: hue angle of 330.21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0248 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 72 -
CMYK 0 0.99 0.50 0.44
HSL 330.21º 0.97% 0.28% -
HSV(B) 330.21º 0.99% 0.56% -
XYZ 12.52 6.35 6.7 -
YUV 52.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 143 2 72 0 0.99 0.50 0.44 330.21 0.97 0.28
Hex 8F 2 48 0 63 32 2C 14A 61 1C
Octal 217 2 110 0 143 62 54 512 141 34
Binary 10001111 10 1001000 0 1100011 110010 101100 101001010 1100001 11100

Color Harmonies of #8F0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0248

Black with #8F0248

Text Example


Text Example

White with #8F0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0248; }

 p { color: rgb(143,2,72); }

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

background-color css

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

 a { background-color: rgb(143,2,72); }

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

border-color css

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

 span { border-color: rgb(143,2,72); }

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