Html Css Color HEX #F8377D Violet Red

📋 copy color: '#F8377D'

red 248 ◦ green 55 ◦ blue 125

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

Shades of Violet Red #F8377D

Tints of Violet Red #F8377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.85%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 57.94%
G = 12.85%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8377D (or 0xF8377D) is known color: Violet Red. HEX triplet: F8, 37 and 7D. RGB value is (248,55,125). Sum of RGB (Red+Green+Blue) = 248+55+125=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8377D is #07C882. Grayscale: #787878. Windows color (decimal): -510083 or 8206328. OLE color: 8206328.

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

Color convert

RGB 248 55 125 -
CMYK 0 0.78 0.50 0.03
HSL 338.24º 0.93% 0.59% -
HSV(B) 338.24º 0.78% 0.97% -
XYZ 43.78 24.17 21.76 -
YUV 120.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 248 55 125 0 0.78 0.50 0.03 338.24 0.93 0.59
Hex F8 37 7D 0 4E 32 3 152 5D 3B
Octal 370 67 175 0 116 62 3 522 135 73
Binary 11111000 110111 1111101 0 1001110 110010 11 101010010 1011101 111011

Color Harmonies of #F8377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8377D

Black with #F8377D

Text Example


Text Example

White with #F8377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8377D; }

 p { color: rgb(248,55,125); }

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

background-color css

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

 a { background-color: rgb(248,55,125); }

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

border-color css

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

 span { border-color: rgb(248,55,125); }

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