Html Css Color HEX #F775EE Violet

📋 copy color: '#F775EE'

red 247 ◦ green 117 ◦ blue 238

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

Shades of Violet #F775EE

Tints of Violet #F775EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 41.03%
G = 19.44%
B = 39.53%

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

#F775EE (or 0xF775EE) is known color: Violet. HEX triplet: F7, 75 and EE. RGB value is (247,117,238). Sum of RGB (Red+Green+Blue) = 247+117+238=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F775EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F775EE is #088A11. Grayscale: #A9A9A9. Windows color (decimal): -559634 or 15627767. OLE color: 15627767.

HSL color Cylindrical-coordinate representation of color #F775EE: hue angle of 304.15º 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 #F775EE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 238 -
CMYK 0 0.53 0.04 0.03
HSL 304.15º 0.89% 0.71% -
HSV(B) 304.15º 0.53% 0.97% -
XYZ 60.15 38.67 85.18 -
YUV 169.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 247 117 238 0 0.53 0.04 0.03 304.15 0.89 0.71
Hex F7 75 EE 0 35 4 3 130 59 47
Octal 367 165 356 0 65 4 3 460 131 107
Binary 11110111 1110101 11101110 0 110101 100 11 100110000 1011001 1000111

Color Harmonies of #F775EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775EE

Black with #F775EE

Text Example


Text Example

White with #F775EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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