Html Css Color HEX #F775ED Violet

📋 copy color: '#F775ED'

red 247 ◦ green 117 ◦ blue 237

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

Shades of Violet #F775ED

Tints of Violet #F775ED

RGB

 RED value IS 247 (96.88% from 255) = 41.1%

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

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

R = 41.1%
G = 19.47%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F775ED (or 0xF775ED) is known color: Violet. HEX triplet: F7, 75 and ED. RGB value is (247,117,237). Sum of RGB (Red+Green+Blue) = 247+117+237=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F775ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F775ED is #088A12. Grayscale: #A9A9A9. Windows color (decimal): -559635 or 15562231. OLE color: 15562231.

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

Color convert

RGB 247 117 237 -
CMYK 0 0.53 0.04 0.03
HSL 304.62º 0.89% 0.71% -
HSV(B) 304.62º 0.53% 0.97% -
XYZ 60.01 38.61 84.41 -
YUV 169.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 247 117 237 0 0.53 0.04 0.03 304.62 0.89 0.71
Hex F7 75 ED 0 35 4 3 131 59 47
Octal 367 165 355 0 65 4 3 461 131 107
Binary 11110111 1110101 11101101 0 110101 100 11 100110001 1011001 1000111

Color Harmonies of #F775ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775ED

Black with #F775ED

Text Example


Text Example

White with #F775ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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