Html Css Color HEX #F475ED Violet

📋 copy color: '#F475ED'

red 244 ◦ green 117 ◦ blue 237

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

Shades of Violet #F475ED

Tints of Violet #F475ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.57%

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

R = 40.8%
G = 19.57%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F475ED (or 0xF475ED) is known color: Violet. HEX triplet: F4, 75 and ED. RGB value is (244,117,237). Sum of RGB (Red+Green+Blue) = 244+117+237=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F475ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F475ED is #0B8A12. Grayscale: #A8A8A8. Windows color (decimal): -756243 or 15562228. OLE color: 15562228.

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

Color convert

RGB 244 117 237 -
CMYK 0 0.52 0.03 0.04
HSL 303.31º 0.85% 0.71% -
HSV(B) 303.31º 0.52% 0.96% -
XYZ 58.96 38.07 84.36 -
YUV 168.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 244 117 237 0 0.52 0.03 0.04 303.31 0.85 0.71
Hex F4 75 ED 0 34 3 4 12F 55 47
Octal 364 165 355 0 64 3 4 457 125 107
Binary 11110100 1110101 11101101 0 110100 11 100 100101111 1010101 1000111

Color Harmonies of #F475ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F475ED

Black with #F475ED

Text Example


Text Example

White with #F475ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F475ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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