Html Css Color HEX #F84183 Violet Red

📋 copy color: '#F84183'

red 248 ◦ green 65 ◦ blue 131

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

Shades of Violet Red #F84183

Tints of Violet Red #F84183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.64%

 BLUE value IS 131 (51.56% from 255) = 29.5%

R = 55.86%
G = 14.64%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F84183 (or 0xF84183) is known color: Violet Red. HEX triplet: F8, 41 and 83. RGB value is (248,65,131). Sum of RGB (Red+Green+Blue) = 248+65+131=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F84183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84183 is #07BE7C. Grayscale: #7F7F7F. Windows color (decimal): -507517 or 8602104. OLE color: 8602104.

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

Color convert

RGB 248 65 131 -
CMYK 0 0.74 0.47 0.03
HSL 338.36º 0.93% 0.61% -
HSV(B) 338.36º 0.74% 0.97% -
XYZ 44.7 25.38 24.01 -
YUV 127.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 248 65 131 0 0.74 0.47 0.03 338.36 0.93 0.61
Hex F8 41 83 0 4A 2F 3 152 5D 3D
Octal 370 101 203 0 112 57 3 522 135 75
Binary 11111000 1000001 10000011 0 1001010 101111 11 101010010 1011101 111101

Color Harmonies of #F84183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84183

Black with #F84183

Text Example


Text Example

White with #F84183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84183; }

 p { color: rgb(248,65,131); }

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

background-color css

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

 a { background-color: rgb(248,65,131); }

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

border-color css

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

 span { border-color: rgb(248,65,131); }

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