Html Css Color HEX #F8478C Violet Red

📋 copy color: '#F8478C'

red 248 ◦ green 71 ◦ blue 140

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

Shades of Violet Red #F8478C

Tints of Violet Red #F8478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.47%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 54.03%
G = 15.47%
B = 30.5%

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

#F8478C (or 0xF8478C) is known color: Violet Red. HEX triplet: F8, 47 and 8C. RGB value is (248,71,140). Sum of RGB (Red+Green+Blue) = 248+71+140=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8478C is #07B873. Grayscale: #838383. Windows color (decimal): -505972 or 9193464. OLE color: 9193464.

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

Color convert

RGB 248 71 140 -
CMYK 0 0.71 0.44 0.03
HSL 336.61º 0.93% 0.63% -
HSV(B) 336.61º 0.71% 0.97% -
XYZ 45.7 26.36 27.49 -
YUV 131.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 248 71 140 0 0.71 0.44 0.03 336.61 0.93 0.63
Hex F8 47 8C 0 47 2C 3 151 5D 3F
Octal 370 107 214 0 107 54 3 521 135 77
Binary 11111000 1000111 10001100 0 1000111 101100 11 101010001 1011101 111111

Color Harmonies of #F8478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8478C

Black with #F8478C

Text Example


Text Example

White with #F8478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8478C; }

 p { color: rgb(248,71,140); }

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

background-color css

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

 a { background-color: rgb(248,71,140); }

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

border-color css

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

 span { border-color: rgb(248,71,140); }

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