Html Css Color HEX #F0438E Violet Red

📋 copy color: '#F0438E'

red 240 ◦ green 67 ◦ blue 142

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

Shades of Violet Red #F0438E

Tints of Violet Red #F0438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 53.45%
G = 14.92%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0438E (or 0xF0438E) is known color: Violet Red. HEX triplet: F0, 43 and 8E. RGB value is (240,67,142). Sum of RGB (Red+Green+Blue) = 240+67+142=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0438E is #0FBC71. Grayscale: #7F7F7F. Windows color (decimal): -1031282 or 9323504. OLE color: 9323504.

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

Color convert

RGB 240 67 142 -
CMYK 0 0.72 0.41 0.06
HSL 333.99º 0.85% 0.6% -
HSV(B) 333.99º 0.72% 0.94% -
XYZ 42.82 24.49 28.06 -
YUV 127.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 240 67 142 0 0.72 0.41 0.06 333.99 0.85 0.6
Hex F0 43 8E 0 48 29 6 14E 55 3C
Octal 360 103 216 0 110 51 6 516 125 74
Binary 11110000 1000011 10001110 0 1001000 101001 110 101001110 1010101 111100

Color Harmonies of #F0438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0438E

Black with #F0438E

Text Example


Text Example

White with #F0438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0438E; }

 p { color: rgb(240,67,142); }

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

background-color css

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

 a { background-color: rgb(240,67,142); }

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

border-color css

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

 span { border-color: rgb(240,67,142); }

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