Html Css Color HEX #F88DFA Violet

📋 copy color: '#F88DFA'

red 248 ◦ green 141 ◦ blue 250

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

Shades of Violet #F88DFA

Tints of Violet #F88DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.07%

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 38.81%
G = 22.07%
B = 39.12%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F88DFA (or 0xF88DFA) is known color: Violet. HEX triplet: F8, 8D and FA. RGB value is (248,141,250). Sum of RGB (Red+Green+Blue) = 248+141+250=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F88DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DFA is #077205. Grayscale: #B9B9B9. Windows color (decimal): -487942 or 16420344. OLE color: 16420344.

HSL color Cylindrical-coordinate representation of color #F88DFA: hue angle of 298.9º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88DFA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 141 250 -
CMYK 0.01 0.44 0 0.02
HSL 298.9º 0.92% 0.77% -
HSV(B) 298.9º 0.44% 0.98% -
XYZ 65.49 45.91 95.85 -
YUV 185.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 248 141 250 0.01 0.44 0 0.02 298.9 0.92 0.77
Hex F8 8D FA 1 2C 0 2 12B 5C 4D
Octal 370 215 372 1 54 0 2 453 134 115
Binary 11111000 10001101 11111010 1 101100 0 10 100101011 1011100 1001101

Color Harmonies of #F88DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DFA

Black with #F88DFA

Text Example


Text Example

White with #F88DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DFA; }

 p { color: rgb(248,141,250); }

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

background-color css

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

 a { background-color: rgb(248,141,250); }

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

border-color css

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

 span { border-color: rgb(248,141,250); }

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