Html Css Color HEX #F84690 Violet Red

📋 copy color: '#F84690'

red 248 ◦ green 70 ◦ blue 144

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

Shades of Violet Red #F84690

Tints of Violet Red #F84690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 53.68%
G = 15.15%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F84690 (or 0xF84690) is known color: Violet Red. HEX triplet: F8, 46 and 90. RGB value is (248,70,144). Sum of RGB (Red+Green+Blue) = 248+70+144=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F84690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84690 is #07B96F. Grayscale: #838383. Windows color (decimal): -506224 or 9455352. OLE color: 9455352.

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

Color convert

RGB 248 70 144 -
CMYK 0 0.72 0.42 0.03
HSL 335.06º 0.93% 0.62% -
HSV(B) 335.06º 0.72% 0.97% -
XYZ 45.94 26.35 29.05 -
YUV 131.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 248 70 144 0 0.72 0.42 0.03 335.06 0.93 0.62
Hex F8 46 90 0 48 2A 3 14F 5D 3E
Octal 370 106 220 0 110 52 3 517 135 76
Binary 11111000 1000110 10010000 0 1001000 101010 11 101001111 1011101 111110

Color Harmonies of #F84690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84690

Black with #F84690

Text Example


Text Example

White with #F84690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84690; }

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

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

background-color css

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

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

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

border-color css

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

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

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