Html Css Color HEX #F03685 Violet Red

📋 copy color: '#F03685'

red 240 ◦ green 54 ◦ blue 133

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

Shades of Violet Red #F03685

Tints of Violet Red #F03685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.65%

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

R = 56.21%
G = 12.65%
B = 31.15%

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

#F03685 (or 0xF03685) is known color: Violet Red. HEX triplet: F0, 36 and 85. RGB value is (240,54,133). Sum of RGB (Red+Green+Blue) = 240+54+133=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F03685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03685 is #0FC97A. Grayscale: #767676. Windows color (decimal): -1034619 or 8730352. OLE color: 8730352.

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

Color convert

RGB 240 54 133 -
CMYK 0 0.78 0.45 0.06
HSL 334.52º 0.86% 0.58% -
HSV(B) 334.52º 0.78% 0.94% -
XYZ 41.49 22.86 24.42 -
YUV 118.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 240 54 133 0 0.78 0.45 0.06 334.52 0.86 0.58
Hex F0 36 85 0 4E 2D 6 14F 56 3A
Octal 360 66 205 0 116 55 6 517 126 72
Binary 11110000 110110 10000101 0 1001110 101101 110 101001111 1010110 111010

Color Harmonies of #F03685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03685

Black with #F03685

Text Example


Text Example

White with #F03685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03685; }

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

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

background-color css

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

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

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

border-color css

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

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

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