Html Css Color HEX #F03F75 Violet Red

📋 copy color: '#F03F75'

red 240 ◦ green 63 ◦ blue 117

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

Shades of Violet Red #F03F75

Tints of Violet Red #F03F75

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 57.14%
G = 15%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F03F75 (or 0xF03F75) is known color: Violet Red. HEX triplet: F0, 3F and 75. RGB value is (240,63,117). Sum of RGB (Red+Green+Blue) = 240+63+117=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03F75 is #0FC08A. Grayscale: #7A7A7A. Windows color (decimal): -1032331 or 7684080. OLE color: 7684080.

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

Color convert

RGB 240 63 117 -
CMYK 0 0.74 0.51 0.06
HSL 341.69º 0.86% 0.59% -
HSV(B) 341.69º 0.74% 0.94% -
XYZ 40.92 23.36 19.18 -
YUV 122.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 240 63 117 0 0.74 0.51 0.06 341.69 0.86 0.59
Hex F0 3F 75 0 4A 33 6 156 56 3B
Octal 360 77 165 0 112 63 6 526 126 73
Binary 11110000 111111 1110101 0 1001010 110011 110 101010110 1010110 111011

Color Harmonies of #F03F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F75

Black with #F03F75

Text Example


Text Example

White with #F03F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F75; }

 p { color: rgb(240,63,117); }

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

background-color css

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

 a { background-color: rgb(240,63,117); }

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

border-color css

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

 span { border-color: rgb(240,63,117); }

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