Html Css Color HEX #F03D89 Violet Red

📋 copy color: '#F03D89'

red 240 ◦ green 61 ◦ blue 137

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

Shades of Violet Red #F03D89

Tints of Violet Red #F03D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

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

R = 54.79%
G = 13.93%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03D89 (or 0xF03D89) is known color: Violet Red. HEX triplet: F0, 3D and 89. RGB value is (240,61,137). Sum of RGB (Red+Green+Blue) = 240+61+137=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D89 is #0FC276. Grayscale: #7B7B7B. Windows color (decimal): -1032823 or 8994288. OLE color: 8994288.

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

Color convert

RGB 240 61 137 -
CMYK 0 0.75 0.43 0.06
HSL 334.53º 0.86% 0.59% -
HSV(B) 334.53º 0.75% 0.94% -
XYZ 42.12 23.67 26.02 -
YUV 123.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 240 61 137 0 0.75 0.43 0.06 334.53 0.86 0.59
Hex F0 3D 89 0 4B 2B 6 14F 56 3B
Octal 360 75 211 0 113 53 6 517 126 73
Binary 11110000 111101 10001001 0 1001011 101011 110 101001111 1010110 111011

Color Harmonies of #F03D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D89

Black with #F03D89

Text Example


Text Example

White with #F03D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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