Html Css Color HEX #F03485 Violet Red

📋 copy color: '#F03485'

red 240 ◦ green 52 ◦ blue 133

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

Shades of Violet Red #F03485

Tints of Violet Red #F03485

RGB

 RED value IS 240 (94.14% from 255) = 56.47%

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

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

R = 56.47%
G = 12.24%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F03485 (or 0xF03485) is known color: Violet Red. HEX triplet: F0, 34 and 85. RGB value is (240,52,133). Sum of RGB (Red+Green+Blue) = 240+52+133=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F03485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03485 is #0FCB7A. Grayscale: #757575. Windows color (decimal): -1035131 or 8729840. OLE color: 8729840.

HSL color Cylindrical-coordinate representation of color #F03485: hue angle of 334.15º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03485 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 133 -
CMYK 0 0.78 0.45 0.06
HSL 334.15º 0.86% 0.57% -
HSV(B) 334.15º 0.78% 0.94% -
XYZ 41.4 22.67 24.39 -
YUV 117.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 240 52 133 0 0.78 0.45 0.06 334.15 0.86 0.57
Hex F0 34 85 0 4E 2D 6 14E 56 39
Octal 360 64 205 0 116 55 6 516 126 71
Binary 11110000 110100 10000101 0 1001110 101101 110 101001110 1010110 111001

Color Harmonies of #F03485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03485

Black with #F03485

Text Example


Text Example

White with #F03485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03485; }

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

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

background-color css

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

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

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

border-color css

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

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

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