Html Css Color HEX #F0358C Violet Red

📋 copy color: '#F0358C'

red 240 ◦ green 53 ◦ blue 140

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

Shades of Violet Red #F0358C

Tints of Violet Red #F0358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 55.43%
G = 12.24%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0358C (or 0xF0358C) is known color: Violet Red. HEX triplet: F0, 35 and 8C. RGB value is (240,53,140). Sum of RGB (Red+Green+Blue) = 240+53+140=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0358C is #0FCA73. Grayscale: #767676. Windows color (decimal): -1034868 or 9188848. OLE color: 9188848.

HSL color Cylindrical-coordinate representation of color #F0358C: hue angle of 332.09º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0358C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 140 -
CMYK 0 0.78 0.42 0.06
HSL 332.09º 0.86% 0.57% -
HSV(B) 332.09º 0.78% 0.94% -
XYZ 41.94 22.96 27.03 -
YUV 118.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 240 53 140 0 0.78 0.42 0.06 332.09 0.86 0.57
Hex F0 35 8C 0 4E 2A 6 14C 56 39
Octal 360 65 214 0 116 52 6 514 126 71
Binary 11110000 110101 10001100 0 1001110 101010 110 101001100 1010110 111001

Color Harmonies of #F0358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0358C

Black with #F0358C

Text Example


Text Example

White with #F0358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0358C; }

 p { color: rgb(240,53,140); }

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

background-color css

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

 a { background-color: rgb(240,53,140); }

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

border-color css

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

 span { border-color: rgb(240,53,140); }

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