Html Css Color HEX #F8367D Violet Red

📋 copy color: '#F8367D'

red 248 ◦ green 54 ◦ blue 125

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

Shades of Violet Red #F8367D

Tints of Violet Red #F8367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.65%

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

R = 58.08%
G = 12.65%
B = 29.27%

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

#F8367D (or 0xF8367D) is known color: Violet Red. HEX triplet: F8, 36 and 7D. RGB value is (248,54,125). Sum of RGB (Red+Green+Blue) = 248+54+125=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8367D is #07C982. Grayscale: #787878. Windows color (decimal): -510339 or 8206072. OLE color: 8206072.

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

Color convert

RGB 248 54 125 -
CMYK 0 0.78 0.50 0.03
HSL 338.04º 0.93% 0.59% -
HSV(B) 338.04º 0.78% 0.97% -
XYZ 43.73 24.08 21.74 -
YUV 120.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 248 54 125 0 0.78 0.50 0.03 338.04 0.93 0.59
Hex F8 36 7D 0 4E 32 3 152 5D 3B
Octal 370 66 175 0 116 62 3 522 135 73
Binary 11111000 110110 1111101 0 1001110 110010 11 101010010 1011101 111011

Color Harmonies of #F8367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8367D

Black with #F8367D

Text Example


Text Example

White with #F8367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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