Html Css Color HEX #F8488D Violet Red

📋 copy color: '#F8488D'

red 248 ◦ green 72 ◦ blue 141

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

Shades of Violet Red #F8488D

Tints of Violet Red #F8488D

RGB

 RED value IS 248 (97.27% from 255) = 53.8%

 GREEN value IS 72 (28.52% from 255) = 15.62%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 53.8%
G = 15.62%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8488D (or 0xF8488D) is known color: Violet Red. HEX triplet: F8, 48 and 8D. RGB value is (248,72,141). Sum of RGB (Red+Green+Blue) = 248+72+141=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8488D is #07B772. Grayscale: #848484. Windows color (decimal): -505715 or 9259256. OLE color: 9259256.

HSL color Cylindrical-coordinate representation of color #F8488D: hue angle of 336.48º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8488D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 141 -
CMYK 0 0.71 0.43 0.03
HSL 336.48º 0.93% 0.63% -
HSV(B) 336.48º 0.71% 0.97% -
XYZ 45.84 26.51 27.9 -
YUV 132.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 248 72 141 0 0.71 0.43 0.03 336.48 0.93 0.63
Hex F8 48 8D 0 47 2B 3 150 5D 3F
Octal 370 110 215 0 107 53 3 520 135 77
Binary 11111000 1001000 10001101 0 1000111 101011 11 101010000 1011101 111111

Color Harmonies of #F8488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8488D

Black with #F8488D

Text Example


Text Example

White with #F8488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8488D; }

 p { color: rgb(248,72,141); }

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

background-color css

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

 a { background-color: rgb(248,72,141); }

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

border-color css

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

 span { border-color: rgb(248,72,141); }

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