Html Css Color HEX #F0447D Violet Red

📋 copy color: '#F0447D'

red 240 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #F0447D

Tints of Violet Red #F0447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 55.43%
G = 15.7%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0447D (or 0xF0447D) is known color: Violet Red. HEX triplet: F0, 44 and 7D. RGB value is (240,68,125). Sum of RGB (Red+Green+Blue) = 240+68+125=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0447D is #0FBB82. Grayscale: #7D7D7D. Windows color (decimal): -1031043 or 8209648. OLE color: 8209648.

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

Color convert

RGB 240 68 125 -
CMYK 0 0.72 0.48 0.06
HSL 340.12º 0.85% 0.6% -
HSV(B) 340.12º 0.72% 0.94% -
XYZ 41.7 24.14 21.86 -
YUV 125.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 240 68 125 0 0.72 0.48 0.06 340.12 0.85 0.6
Hex F0 44 7D 0 48 30 6 154 55 3C
Octal 360 104 175 0 110 60 6 524 125 74
Binary 11110000 1000100 1111101 0 1001000 110000 110 101010100 1010101 111100

Color Harmonies of #F0447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0447D

Black with #F0447D

Text Example


Text Example

White with #F0447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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