Html Css Color HEX #F875EE Violet

📋 copy color: '#F875EE'

red 248 ◦ green 117 ◦ blue 238

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

Shades of Violet #F875EE

Tints of Violet #F875EE

RGB

 RED value IS 248 (97.27% from 255) = 41.13%

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

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

R = 41.13%
G = 19.4%
B = 39.47%

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

#F875EE (or 0xF875EE) is known color: Violet. HEX triplet: F8, 75 and EE. RGB value is (248,117,238). Sum of RGB (Red+Green+Blue) = 248+117+238=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F875EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875EE is #078A11. Grayscale: #A9A9A9. Windows color (decimal): -494098 or 15627768. OLE color: 15627768.

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

Color convert

RGB 248 117 238 -
CMYK 0 0.53 0.04 0.03
HSL 304.58º 0.9% 0.72% -
HSV(B) 304.58º 0.53% 0.97% -
XYZ 60.51 38.85 85.2 -
YUV 169.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 248 117 238 0 0.53 0.04 0.03 304.58 0.9 0.72
Hex F8 75 EE 0 35 4 3 131 5A 48
Octal 370 165 356 0 65 4 3 461 132 110
Binary 11111000 1110101 11101110 0 110101 100 11 100110001 1011010 1001000

Color Harmonies of #F875EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875EE

Black with #F875EE

Text Example


Text Example

White with #F875EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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