Html Css Color HEX #F84595 Violet Red

📋 copy color: '#F84595'

red 248 ◦ green 69 ◦ blue 149

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

Shades of Violet Red #F84595

Tints of Violet Red #F84595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 53.22%
G = 14.81%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F84595 (or 0xF84595) is known color: Violet Red. HEX triplet: F8, 45 and 95. RGB value is (248,69,149). Sum of RGB (Red+Green+Blue) = 248+69+149=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F84595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84595 is #07BA6A. Grayscale: #838383. Windows color (decimal): -506475 or 9782776. OLE color: 9782776.

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

Color convert

RGB 248 69 149 -
CMYK 0 0.72 0.40 0.03
HSL 333.18º 0.93% 0.62% -
HSV(B) 333.18º 0.72% 0.97% -
XYZ 46.26 26.38 31.09 -
YUV 131.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 248 69 149 0 0.72 0.40 0.03 333.18 0.93 0.62
Hex F8 45 95 0 48 28 3 14D 5D 3E
Octal 370 105 225 0 110 50 3 515 135 76
Binary 11111000 1000101 10010101 0 1001000 101000 11 101001101 1011101 111110

Color Harmonies of #F84595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84595

Black with #F84595

Text Example


Text Example

White with #F84595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84595; }

 p { color: rgb(248,69,149); }

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

background-color css

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

 a { background-color: rgb(248,69,149); }

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

border-color css

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

 span { border-color: rgb(248,69,149); }

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