Html Css Color HEX #FF4085 Violet Red

📋 copy color: '#FF4085'

red 255 ◦ green 64 ◦ blue 133

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

Shades of Violet Red #FF4085

Tints of Violet Red #FF4085

RGB

 RED value IS 255 (100% from 255) = 56.42%

 GREEN value IS 64 (25.39% from 255) = 14.16%

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

R = 56.42%
G = 14.16%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF4085 (or 0xFF4085) is known color: Violet Red. HEX triplet: FF, 40 and 85. RGB value is (255,64,133). Sum of RGB (Red+Green+Blue) = 255+64+133=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4085 is #00BF7A. Grayscale: #808080. Windows color (decimal): -49019 or 8732927. OLE color: 8732927.

HSL color Cylindrical-coordinate representation of color #FF4085: hue angle of 338.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4085 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 133 -
CMYK 0 0.75 0.48 0
HSL 338.32º 1% 0.63% -
HSV(B) 338.32º 0.75% 1% -
XYZ 47.31 26.62 24.84 -
YUV 128.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 255 64 133 0 0.75 0.48 0 338.32 1 0.63
Hex FF 40 85 0 4B 30 0 152 64 3F
Octal 377 100 205 0 113 60 0 522 144 77
Binary 11111111 1000000 10000101 0 1001011 110000 0 101010010 1100100 111111

Color Harmonies of #FF4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4085

Black with #FF4085

Text Example


Text Example

White with #FF4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4085; }

 p { color: rgb(255,64,133); }

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

background-color css

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

 a { background-color: rgb(255,64,133); }

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

border-color css

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

 span { border-color: rgb(255,64,133); }

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