Html Css Color HEX #F84498 Violet Red

📋 copy color: '#F84498'

red 248 ◦ green 68 ◦ blue 152

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

Shades of Violet Red #F84498

Tints of Violet Red #F84498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 52.99%
G = 14.53%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F84498 (or 0xF84498) is known color: Violet Red. HEX triplet: F8, 44 and 98. RGB value is (248,68,152). Sum of RGB (Red+Green+Blue) = 248+68+152=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F84498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84498 is #07BB67. Grayscale: #838383. Windows color (decimal): -506728 or 9979128. OLE color: 9979128.

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

Color convert

RGB 248 68 152 -
CMYK 0 0.73 0.39 0.03
HSL 332º 0.93% 0.62% -
HSV(B) 332º 0.73% 0.97% -
XYZ 46.45 26.36 32.35 -
YUV 131.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 248 68 152 0 0.73 0.39 0.03 332 0.93 0.62
Hex F8 44 98 0 49 27 3 14C 5D 3E
Octal 370 104 230 0 111 47 3 514 135 76
Binary 11111000 1000100 10011000 0 1001001 100111 11 101001100 1011101 111110

Color Harmonies of #F84498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84498

Black with #F84498

Text Example


Text Example

White with #F84498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84498; }

 p { color: rgb(248,68,152); }

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

background-color css

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

 a { background-color: rgb(248,68,152); }

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

border-color css

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

 span { border-color: rgb(248,68,152); }

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