Html Css Color HEX #F03389 Violet Red

📋 copy color: '#F03389'

red 240 ◦ green 51 ◦ blue 137

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

Shades of Violet Red #F03389

Tints of Violet Red #F03389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.92%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 56.07%
G = 11.92%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03389 (or 0xF03389) is known color: Violet Red. HEX triplet: F0, 33 and 89. RGB value is (240,51,137). Sum of RGB (Red+Green+Blue) = 240+51+137=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F03389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03389 is #0FCC76. Grayscale: #757575. Windows color (decimal): -1035383 or 8991728. OLE color: 8991728.

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

Color convert

RGB 240 51 137 -
CMYK 0 0.79 0.43 0.06
HSL 332.7º 0.86% 0.57% -
HSV(B) 332.7º 0.79% 0.94% -
XYZ 41.63 22.7 25.85 -
YUV 117.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 240 51 137 0 0.79 0.43 0.06 332.7 0.86 0.57
Hex F0 33 89 0 4F 2B 6 14D 56 39
Octal 360 63 211 0 117 53 6 515 126 71
Binary 11110000 110011 10001001 0 1001111 101011 110 101001101 1010110 111001

Color Harmonies of #F03389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03389

Black with #F03389

Text Example


Text Example

White with #F03389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03389; }

 p { color: rgb(240,51,137); }

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

background-color css

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

 a { background-color: rgb(240,51,137); }

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

border-color css

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

 span { border-color: rgb(240,51,137); }

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