Html Css Color HEX #F0468A Violet Red

📋 copy color: '#F0468A'

red 240 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #F0468A

Tints of Violet Red #F0468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 53.57%
G = 15.63%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0468A (or 0xF0468A) is known color: Violet Red. HEX triplet: F0, 46 and 8A. RGB value is (240,70,138). Sum of RGB (Red+Green+Blue) = 240+70+138=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468A is #0FB975. Grayscale: #808080. Windows color (decimal): -1030518 or 9062128. OLE color: 9062128.

HSL color Cylindrical-coordinate representation of color #F0468A: hue angle of 336º 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 #F0468A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 138 -
CMYK 0 0.71 0.42 0.06
HSL 336º 0.85% 0.61% -
HSV(B) 336º 0.71% 0.94% -
XYZ 42.71 24.74 26.57 -
YUV 128.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 240 70 138 0 0.71 0.42 0.06 336 0.85 0.61
Hex F0 46 8A 0 47 2A 6 150 55 3D
Octal 360 106 212 0 107 52 6 520 125 75
Binary 11110000 1000110 10001010 0 1000111 101010 110 101010000 1010101 111101

Color Harmonies of #F0468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0468A

Black with #F0468A

Text Example


Text Example

White with #F0468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0468A; }

 p { color: rgb(240,70,138); }

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

background-color css

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

 a { background-color: rgb(240,70,138); }

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

border-color css

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

 span { border-color: rgb(240,70,138); }

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