Html Css Color HEX #F83485 Violet Red

📋 copy color: '#F83485'

red 248 ◦ green 52 ◦ blue 133

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

Shades of Violet Red #F83485

Tints of Violet Red #F83485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.01%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 57.27%
G = 12.01%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F83485 (or 0xF83485) is known color: Violet Red. HEX triplet: F8, 34 and 85. RGB value is (248,52,133). Sum of RGB (Red+Green+Blue) = 248+52+133=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F83485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83485 is #07CB7A. Grayscale: #777777. Windows color (decimal): -510843 or 8729848. OLE color: 8729848.

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

Color convert

RGB 248 52 133 -
CMYK 0 0.79 0.46 0.03
HSL 335.2º 0.93% 0.59% -
HSV(B) 335.2º 0.79% 0.97% -
XYZ 44.17 24.11 24.52 -
YUV 119.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 248 52 133 0 0.79 0.46 0.03 335.2 0.93 0.59
Hex F8 34 85 0 4F 2E 3 14F 5D 3B
Octal 370 64 205 0 117 56 3 517 135 73
Binary 11111000 110100 10000101 0 1001111 101110 11 101001111 1011101 111011

Color Harmonies of #F83485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83485

Black with #F83485

Text Example


Text Example

White with #F83485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83485; }

 p { color: rgb(248,52,133); }

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

background-color css

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

 a { background-color: rgb(248,52,133); }

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

border-color css

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

 span { border-color: rgb(248,52,133); }

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