Html Css Color HEX #F0448E Violet Red

📋 copy color: '#F0448E'

red 240 ◦ green 68 ◦ blue 142

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

Shades of Violet Red #F0448E

Tints of Violet Red #F0448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.11%

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

R = 53.33%
G = 15.11%
B = 31.56%

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

#F0448E (or 0xF0448E) is known color: Violet Red. HEX triplet: F0, 44 and 8E. RGB value is (240,68,142). Sum of RGB (Red+Green+Blue) = 240+68+142=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0448E is #0FBB71. Grayscale: #7F7F7F. Windows color (decimal): -1031026 or 9323760. OLE color: 9323760.

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

Color convert

RGB 240 68 142 -
CMYK 0 0.72 0.41 0.06
HSL 334.19º 0.85% 0.6% -
HSV(B) 334.19º 0.72% 0.94% -
XYZ 42.88 24.61 28.08 -
YUV 127.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 240 68 142 0 0.72 0.41 0.06 334.19 0.85 0.6
Hex F0 44 8E 0 48 29 6 14E 55 3C
Octal 360 104 216 0 110 51 6 516 125 74
Binary 11110000 1000100 10001110 0 1001000 101001 110 101001110 1010101 111100

Color Harmonies of #F0448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0448E

Black with #F0448E

Text Example


Text Example

White with #F0448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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