Html Css Color HEX #F53285 Violet Red

📋 copy color: '#F53285'

red 245 ◦ green 50 ◦ blue 133

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

Shades of Violet Red #F53285

Tints of Violet Red #F53285

RGB

 RED value IS 245 (96.09% from 255) = 57.24%

 GREEN value IS 50 (19.92% from 255) = 11.68%

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

R = 57.24%
G = 11.68%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F53285 (or 0xF53285) is known color: Violet Red. HEX triplet: F5, 32 and 85. RGB value is (245,50,133). Sum of RGB (Red+Green+Blue) = 245+50+133=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F53285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53285 is #0ACD7A. Grayscale: #757575. Windows color (decimal): -707963 or 8729333. OLE color: 8729333.

HSL color Cylindrical-coordinate representation of color #F53285: hue angle of 334.46º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53285 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 50 133 -
CMYK 0 0.80 0.46 0.04
HSL 334.46º 0.91% 0.58% -
HSV(B) 334.46º 0.8% 0.96% -
XYZ 43.03 23.39 24.44 -
YUV 117.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 245 50 133 0 0.80 0.46 0.04 334.46 0.91 0.58
Hex F5 32 85 0 50 2E 4 14E 5B 3A
Octal 365 62 205 0 120 56 4 516 133 72
Binary 11110101 110010 10000101 0 1010000 101110 100 101001110 1011011 111010

Color Harmonies of #F53285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53285

Black with #F53285

Text Example


Text Example

White with #F53285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53285; }

 p { color: rgb(245,50,133); }

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

background-color css

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

 a { background-color: rgb(245,50,133); }

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

border-color css

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

 span { border-color: rgb(245,50,133); }

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