Html Css Color HEX #F84696 Violet Red

📋 copy color: '#F84696'

red 248 ◦ green 70 ◦ blue 150

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

Shades of Violet Red #F84696

Tints of Violet Red #F84696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 52.99%
G = 14.96%
B = 32.05%

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

#F84696 (or 0xF84696) is known color: Violet Red. HEX triplet: F8, 46 and 96. RGB value is (248,70,150). Sum of RGB (Red+Green+Blue) = 248+70+150=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F84696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84696 is #07B969. Grayscale: #848484. Windows color (decimal): -506218 or 9848568. OLE color: 9848568.

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

Color convert

RGB 248 70 150 -
CMYK 0 0.72 0.40 0.03
HSL 333.03º 0.93% 0.62% -
HSV(B) 333.03º 0.72% 0.97% -
XYZ 46.41 26.54 31.53 -
YUV 132.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 248 70 150 0 0.72 0.40 0.03 333.03 0.93 0.62
Hex F8 46 96 0 48 28 3 14D 5D 3E
Octal 370 106 226 0 110 50 3 515 135 76
Binary 11111000 1000110 10010110 0 1001000 101000 11 101001101 1011101 111110

Color Harmonies of #F84696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84696

Black with #F84696

Text Example


Text Example

White with #F84696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84696; }

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

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

background-color css

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

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

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

border-color css

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

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

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