Html Css Color HEX #F470ED Violet

📋 copy color: '#F470ED'

red 244 ◦ green 112 ◦ blue 237

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

Shades of Violet #F470ED

Tints of Violet #F470ED

RGB

 RED value IS 244 (95.7% from 255) = 41.15%

 GREEN value IS 112 (44.14% from 255) = 18.89%

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 41.15%
G = 18.89%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F470ED (or 0xF470ED) is known color: Violet. HEX triplet: F4, 70 and ED. RGB value is (244,112,237). Sum of RGB (Red+Green+Blue) = 244+112+237=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F470ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F470ED is #0B8F12. Grayscale: #A5A5A5. Windows color (decimal): -757523 or 15560948. OLE color: 15560948.

HSL color Cylindrical-coordinate representation of color #F470ED: hue angle of 303.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470ED is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 237 -
CMYK 0 0.54 0.03 0.04
HSL 303.18º 0.86% 0.7% -
HSV(B) 303.18º 0.54% 0.96% -
XYZ 58.39 36.94 84.17 -
YUV 165.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 244 112 237 0 0.54 0.03 0.04 303.18 0.86 0.7
Hex F4 70 ED 0 36 3 4 12F 56 46
Octal 364 160 355 0 66 3 4 457 126 106
Binary 11110100 1110000 11101101 0 110110 11 100 100101111 1010110 1000110

Color Harmonies of #F470ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470ED

Black with #F470ED

Text Example


Text Example

White with #F470ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470ED; }

 p { color: rgb(244,112,237); }

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

background-color css

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

 a { background-color: rgb(244,112,237); }

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

border-color css

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

 span { border-color: rgb(244,112,237); }

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