Html Css Color HEX #F84484 Violet Red

📋 copy color: '#F84484'

red 248 ◦ green 68 ◦ blue 132

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

Shades of Violet Red #F84484

Tints of Violet Red #F84484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 55.36%
G = 15.18%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F84484 (or 0xF84484) is known color: Violet Red. HEX triplet: F8, 44 and 84. RGB value is (248,68,132). Sum of RGB (Red+Green+Blue) = 248+68+132=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F84484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84484 is #07BB7B. Grayscale: #818181. Windows color (decimal): -506748 or 8668408. OLE color: 8668408.

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

Color convert

RGB 248 68 132 -
CMYK 0 0.73 0.47 0.03
HSL 338.67º 0.93% 0.62% -
HSV(B) 338.67º 0.73% 0.97% -
XYZ 44.94 25.76 24.43 -
YUV 129.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 248 68 132 0 0.73 0.47 0.03 338.67 0.93 0.62
Hex F8 44 84 0 49 2F 3 153 5D 3E
Octal 370 104 204 0 111 57 3 523 135 76
Binary 11111000 1000100 10000100 0 1001001 101111 11 101010011 1011101 111110

Color Harmonies of #F84484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84484

Black with #F84484

Text Example


Text Example

White with #F84484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84484; }

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

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

background-color css

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

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

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

border-color css

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

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

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