Html Css Color HEX #F0437F Violet Red

📋 copy color: '#F0437F'

red 240 ◦ green 67 ◦ blue 127

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

Shades of Violet Red #F0437F

Tints of Violet Red #F0437F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 55.3%
G = 15.44%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0437F (or 0xF0437F) is known color: Violet Red. HEX triplet: F0, 43 and 7F. RGB value is (240,67,127). Sum of RGB (Red+Green+Blue) = 240+67+127=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0437F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0437F is #0FBC80. Grayscale: #7D7D7D. Windows color (decimal): -1031297 or 8340464. OLE color: 8340464.

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

Color convert

RGB 240 67 127 -
CMYK 0 0.72 0.47 0.06
HSL 339.19º 0.85% 0.6% -
HSV(B) 339.19º 0.72% 0.94% -
XYZ 41.77 24.07 22.52 -
YUV 125.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 240 67 127 0 0.72 0.47 0.06 339.19 0.85 0.6
Hex F0 43 7F 0 48 2F 6 153 55 3C
Octal 360 103 177 0 110 57 6 523 125 74
Binary 11110000 1000011 1111111 0 1001000 101111 110 101010011 1010101 111100

Color Harmonies of #F0437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0437F

Black with #F0437F

Text Example


Text Example

White with #F0437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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