Html Css Color HEX #F0438D Violet Red

📋 copy color: '#F0438D'

red 240 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #F0438D

Tints of Violet Red #F0438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 53.57%
G = 14.96%
B = 31.47%

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

#F0438D (or 0xF0438D) is known color: Violet Red. HEX triplet: F0, 43 and 8D. RGB value is (240,67,141). Sum of RGB (Red+Green+Blue) = 240+67+141=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0438D is #0FBC72. Grayscale: #7F7F7F. Windows color (decimal): -1031283 or 9257968. OLE color: 9257968.

HSL color Cylindrical-coordinate representation of color #F0438D: hue angle of 334.34º 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 #F0438D is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 141 -
CMYK 0 0.72 0.41 0.06
HSL 334.34º 0.85% 0.6% -
HSV(B) 334.34º 0.72% 0.94% -
XYZ 42.75 24.46 27.67 -
YUV 127.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 240 67 141 0 0.72 0.41 0.06 334.34 0.85 0.6
Hex F0 43 8D 0 48 29 6 14E 55 3C
Octal 360 103 215 0 110 51 6 516 125 74
Binary 11110000 1000011 10001101 0 1001000 101001 110 101001110 1010101 111100

Color Harmonies of #F0438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0438D

Black with #F0438D

Text Example


Text Example

White with #F0438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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