Html Css Color HEX #F874ED Violet

📋 copy color: '#F874ED'

red 248 ◦ green 116 ◦ blue 237

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

Shades of Violet #F874ED

Tints of Violet #F874ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.3%

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

R = 41.26%
G = 19.3%
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

#F874ED (or 0xF874ED) is known color: Violet. HEX triplet: F8, 74 and ED. RGB value is (248,116,237). Sum of RGB (Red+Green+Blue) = 248+116+237=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F874ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F874ED is #078B12. Grayscale: #A8A8A8. Windows color (decimal): -494355 or 15561976. OLE color: 15561976.

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

Color convert

RGB 248 116 237 -
CMYK 0 0.53 0.04 0.03
HSL 305º 0.9% 0.71% -
HSV(B) 305º 0.53% 0.97% -
XYZ 60.24 38.56 84.39 -
YUV 169.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 248 116 237 0 0.53 0.04 0.03 305 0.9 0.71
Hex F8 74 ED 0 35 4 3 131 5A 47
Octal 370 164 355 0 65 4 3 461 132 107
Binary 11111000 1110100 11101101 0 110101 100 11 100110001 1011010 1000111

Color Harmonies of #F874ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874ED

Black with #F874ED

Text Example


Text Example

White with #F874ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874ED; }

 p { color: rgb(248,116,237); }

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

background-color css

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

 a { background-color: rgb(248,116,237); }

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

border-color css

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

 span { border-color: rgb(248,116,237); }

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