Html Css Color HEX #F84695 Violet Red

📋 copy color: '#F84695'

red 248 ◦ green 70 ◦ blue 149

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

Shades of Violet Red #F84695

Tints of Violet Red #F84695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

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

R = 53.1%
G = 14.99%
B = 31.91%

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

#F84695 (or 0xF84695) is known color: Violet Red. HEX triplet: F8, 46 and 95. RGB value is (248,70,149). Sum of RGB (Red+Green+Blue) = 248+70+149=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F84695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84695 is #07B96A. Grayscale: #848484. Windows color (decimal): -506219 or 9783032. OLE color: 9783032.

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

Color convert

RGB 248 70 149 -
CMYK 0 0.72 0.40 0.03
HSL 333.37º 0.93% 0.62% -
HSV(B) 333.37º 0.72% 0.97% -
XYZ 46.33 26.51 31.11 -
YUV 132.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 248 70 149 0 0.72 0.40 0.03 333.37 0.93 0.62
Hex F8 46 95 0 48 28 3 14D 5D 3E
Octal 370 106 225 0 110 50 3 515 135 76
Binary 11111000 1000110 10010101 0 1001000 101000 11 101001101 1011101 111110

Color Harmonies of #F84695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84695

Black with #F84695

Text Example


Text Example

White with #F84695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84695; }

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

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

background-color css

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

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

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

border-color css

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

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

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