Html Css Color HEX #F03A7A Violet Red

📋 copy color: '#F03A7A'

red 240 ◦ green 58 ◦ blue 122

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

Shades of Violet Red #F03A7A

Tints of Violet Red #F03A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 57.14%
G = 13.81%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F03A7A (or 0xF03A7A) is known color: Violet Red. HEX triplet: F0, 3A and 7A. RGB value is (240,58,122). Sum of RGB (Red+Green+Blue) = 240+58+122=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03A7A is #0FC585. Grayscale: #777777. Windows color (decimal): -1033606 or 8010480. OLE color: 8010480.

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

Color convert

RGB 240 58 122 -
CMYK 0 0.76 0.49 0.06
HSL 338.9º 0.86% 0.58% -
HSV(B) 338.9º 0.76% 0.94% -
XYZ 40.96 22.96 20.68 -
YUV 119.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 240 58 122 0 0.76 0.49 0.06 338.9 0.86 0.58
Hex F0 3A 7A 0 4C 31 6 153 56 3A
Octal 360 72 172 0 114 61 6 523 126 72
Binary 11110000 111010 1111010 0 1001100 110001 110 101010011 1010110 111010

Color Harmonies of #F03A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A7A

Black with #F03A7A

Text Example


Text Example

White with #F03A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A7A; }

 p { color: rgb(240,58,122); }

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

background-color css

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

 a { background-color: rgb(240,58,122); }

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

border-color css

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

 span { border-color: rgb(240,58,122); }

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