Html Css Color HEX #F8488A Violet Red

📋 copy color: '#F8488A'

red 248 ◦ green 72 ◦ blue 138

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

Shades of Violet Red #F8488A

Tints of Violet Red #F8488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 54.15%
G = 15.72%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8488A (or 0xF8488A) is known color: Violet Red. HEX triplet: F8, 48 and 8A. RGB value is (248,72,138). Sum of RGB (Red+Green+Blue) = 248+72+138=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8488A is #07B775. Grayscale: #848484. Windows color (decimal): -505718 or 9062648. OLE color: 9062648.

HSL color Cylindrical-coordinate representation of color #F8488A: hue angle of 337.5º 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 #F8488A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 138 -
CMYK 0 0.71 0.44 0.03
HSL 337.5º 0.93% 0.63% -
HSV(B) 337.5º 0.71% 0.97% -
XYZ 45.62 26.43 26.74 -
YUV 132.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 248 72 138 0 0.71 0.44 0.03 337.5 0.93 0.63
Hex F8 48 8A 0 47 2C 3 152 5D 3F
Octal 370 110 212 0 107 54 3 522 135 77
Binary 11111000 1001000 10001010 0 1000111 101100 11 101010010 1011101 111111

Color Harmonies of #F8488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8488A

Black with #F8488A

Text Example


Text Example

White with #F8488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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