Html Css Color HEX #F84592 Violet Red

📋 copy color: '#F84592'

red 248 ◦ green 69 ◦ blue 146

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

Shades of Violet Red #F84592

Tints of Violet Red #F84592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 53.56%
G = 14.9%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F84592 (or 0xF84592) is known color: Violet Red. HEX triplet: F8, 45 and 92. RGB value is (248,69,146). Sum of RGB (Red+Green+Blue) = 248+69+146=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F84592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84592 is #07BA6D. Grayscale: #838383. Windows color (decimal): -506478 or 9586168. OLE color: 9586168.

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

Color convert

RGB 248 69 146 -
CMYK 0 0.72 0.41 0.03
HSL 334.19º 0.93% 0.62% -
HSV(B) 334.19º 0.72% 0.97% -
XYZ 46.03 26.29 29.84 -
YUV 131.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 248 69 146 0 0.72 0.41 0.03 334.19 0.93 0.62
Hex F8 45 92 0 48 29 3 14E 5D 3E
Octal 370 105 222 0 110 51 3 516 135 76
Binary 11111000 1000101 10010010 0 1001000 101001 11 101001110 1011101 111110

Color Harmonies of #F84592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84592

Black with #F84592

Text Example


Text Example

White with #F84592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84592; }

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

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

background-color css

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

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

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

border-color css

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

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

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