Html Css Color HEX #F8447D Violet Red

📋 copy color: '#F8447D'

red 248 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #F8447D

Tints of Violet Red #F8447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

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

R = 56.24%
G = 15.42%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8447D (or 0xF8447D) is known color: Violet Red. HEX triplet: F8, 44 and 7D. RGB value is (248,68,125). Sum of RGB (Red+Green+Blue) = 248+68+125=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8447D is #07BB82. Grayscale: #808080. Windows color (decimal): -506755 or 8209656. OLE color: 8209656.

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

Color convert

RGB 248 68 125 -
CMYK 0 0.73 0.50 0.03
HSL 341º 0.93% 0.62% -
HSV(B) 341º 0.73% 0.97% -
XYZ 44.48 25.57 21.99 -
YUV 128.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 248 68 125 0 0.73 0.50 0.03 341 0.93 0.62
Hex F8 44 7D 0 49 32 3 155 5D 3E
Octal 370 104 175 0 111 62 3 525 135 76
Binary 11111000 1000100 1111101 0 1001001 110010 11 101010101 1011101 111110

Color Harmonies of #F8447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8447D

Black with #F8447D

Text Example


Text Example

White with #F8447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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