Html Css Color HEX #F04685 Violet Red

📋 copy color: '#F04685'

red 240 ◦ green 70 ◦ blue 133

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

Shades of Violet Red #F04685

Tints of Violet Red #F04685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

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

R = 54.18%
G = 15.8%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04685 (or 0xF04685) is known color: Violet Red. HEX triplet: F0, 46 and 85. RGB value is (240,70,133). Sum of RGB (Red+Green+Blue) = 240+70+133=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F04685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04685 is #0FB97A. Grayscale: #7F7F7F. Windows color (decimal): -1030523 or 8734448. OLE color: 8734448.

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

Color convert

RGB 240 70 133 -
CMYK 0 0.71 0.45 0.06
HSL 337.76º 0.85% 0.61% -
HSV(B) 337.76º 0.71% 0.94% -
XYZ 42.36 24.6 24.71 -
YUV 128.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 240 70 133 0 0.71 0.45 0.06 337.76 0.85 0.61
Hex F0 46 85 0 47 2D 6 152 55 3D
Octal 360 106 205 0 107 55 6 522 125 75
Binary 11110000 1000110 10000101 0 1000111 101101 110 101010010 1010101 111101

Color Harmonies of #F04685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04685

Black with #F04685

Text Example


Text Example

White with #F04685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04685; }

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

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

background-color css

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

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

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

border-color css

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

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

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