Html Css Color HEX #F8478B Violet Red

📋 copy color: '#F8478B'

red 248 ◦ green 71 ◦ blue 139

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

Shades of Violet Red #F8478B

Tints of Violet Red #F8478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 54.15%
G = 15.5%
B = 30.35%

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

#F8478B (or 0xF8478B) is known color: Violet Red. HEX triplet: F8, 47 and 8B. RGB value is (248,71,139). Sum of RGB (Red+Green+Blue) = 248+71+139=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8478B is #07B874. Grayscale: #838383. Windows color (decimal): -505973 or 9127928. OLE color: 9127928.

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

Color convert

RGB 248 71 139 -
CMYK 0 0.71 0.44 0.03
HSL 336.95º 0.93% 0.63% -
HSV(B) 336.95º 0.71% 0.97% -
XYZ 45.62 26.33 27.1 -
YUV 131.68 132.14 210.97 -
System Red Green Blue C M Y K H S L
Decimal 248 71 139 0 0.71 0.44 0.03 336.95 0.93 0.63
Hex F8 47 8B 0 47 2C 3 151 5D 3F
Octal 370 107 213 0 107 54 3 521 135 77
Binary 11111000 1000111 10001011 0 1000111 101100 11 101010001 1011101 111111

Color Harmonies of #F8478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8478B

Black with #F8478B

Text Example


Text Example

White with #F8478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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