Html Css Color HEX #F0448A Violet Red

📋 copy color: '#F0448A'

red 240 ◦ green 68 ◦ blue 138

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

Shades of Violet Red #F0448A

Tints of Violet Red #F0448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 53.81%
G = 15.25%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0448A (or 0xF0448A) is known color: Violet Red. HEX triplet: F0, 44 and 8A. RGB value is (240,68,138). Sum of RGB (Red+Green+Blue) = 240+68+138=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0448A is #0FBB75. Grayscale: #7F7F7F. Windows color (decimal): -1031030 or 9061616. OLE color: 9061616.

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

Color convert

RGB 240 68 138 -
CMYK 0 0.72 0.42 0.06
HSL 335.58º 0.85% 0.6% -
HSV(B) 335.58º 0.72% 0.94% -
XYZ 42.59 24.49 26.53 -
YUV 127.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 240 68 138 0 0.72 0.42 0.06 335.58 0.85 0.6
Hex F0 44 8A 0 48 2A 6 150 55 3C
Octal 360 104 212 0 110 52 6 520 125 74
Binary 11110000 1000100 10001010 0 1001000 101010 110 101010000 1010101 111100

Color Harmonies of #F0448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0448A

Black with #F0448A

Text Example


Text Example

White with #F0448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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