Html Css Color HEX #F04583 Violet Red

📋 copy color: '#F04583'

red 240 ◦ green 69 ◦ blue 131

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

Shades of Violet Red #F04583

Tints of Violet Red #F04583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 54.55%
G = 15.68%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04583 (or 0xF04583) is known color: Violet Red. HEX triplet: F0, 45 and 83. RGB value is (240,69,131). Sum of RGB (Red+Green+Blue) = 240+69+131=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F04583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04583 is #0FBA7C. Grayscale: #7F7F7F. Windows color (decimal): -1030781 or 8603120. OLE color: 8603120.

HSL color Cylindrical-coordinate representation of color #F04583: hue angle of 338.25º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04583 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 131 -
CMYK 0 0.71 0.45 0.06
HSL 338.25º 0.85% 0.61% -
HSV(B) 338.25º 0.71% 0.94% -
XYZ 42.16 24.42 23.96 -
YUV 127.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 240 69 131 0 0.71 0.45 0.06 338.25 0.85 0.61
Hex F0 45 83 0 47 2D 6 152 55 3D
Octal 360 105 203 0 107 55 6 522 125 75
Binary 11110000 1000101 10000011 0 1000111 101101 110 101010010 1010101 111101

Color Harmonies of #F04583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04583

Black with #F04583

Text Example


Text Example

White with #F04583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04583; }

 p { color: rgb(240,69,131); }

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

background-color css

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

 a { background-color: rgb(240,69,131); }

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

border-color css

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

 span { border-color: rgb(240,69,131); }

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