Html Css Color HEX #F878F2 Violet

📋 copy color: '#F878F2'

red 248 ◦ green 120 ◦ blue 242

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

Shades of Violet #F878F2

Tints of Violet #F878F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.67%

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 40.66%
G = 19.67%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F878F2 (or 0xF878F2) is known color: Violet. HEX triplet: F8, 78 and F2. RGB value is (248,120,242). Sum of RGB (Red+Green+Blue) = 248+120+242=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 120 (47.27% from 255 or 19.67% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F878F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F878F2 is #07870D. Grayscale: #ABABAB. Windows color (decimal): -493326 or 15890680. OLE color: 15890680.

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

Color convert

RGB 248 120 242 -
CMYK 0 0.52 0.02 0.03
HSL 302.81º 0.9% 0.72% -
HSV(B) 302.81º 0.52% 0.97% -
XYZ 61.45 39.8 88.45 -
YUV 172.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 248 120 242 0 0.52 0.02 0.03 302.81 0.9 0.72
Hex F8 78 F2 0 34 2 3 12F 5A 48
Octal 370 170 362 0 64 2 3 457 132 110
Binary 11111000 1111000 11110010 0 110100 10 11 100101111 1011010 1001000

Color Harmonies of #F878F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F878F2

Black with #F878F2

Text Example


Text Example

White with #F878F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F878F2; }

 p { color: rgb(248,120,242); }

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

background-color css

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

 a { background-color: rgb(248,120,242); }

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

border-color css

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

 span { border-color: rgb(248,120,242); }

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