Html Css Color HEX #F885FA Violet

📋 copy color: '#F885FA'

red 248 ◦ green 133 ◦ blue 250

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

Shades of Violet #F885FA

Tints of Violet #F885FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.08%

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

R = 39.3%
G = 21.08%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F885FA (or 0xF885FA) is known color: Violet. HEX triplet: F8, 85 and FA. RGB value is (248,133,250). Sum of RGB (Red+Green+Blue) = 248+133+250=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #F885FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885FA is #077A05. Grayscale: #B4B4B4. Windows color (decimal): -489990 or 16418296. OLE color: 16418296.

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

Color convert

RGB 248 133 250 -
CMYK 0.01 0.47 0 0.02
HSL 298.97º 0.92% 0.75% -
HSV(B) 298.97º 0.47% 0.98% -
XYZ 64.35 43.63 95.47 -
YUV 180.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 248 133 250 0.01 0.47 0 0.02 298.97 0.92 0.75
Hex F8 85 FA 1 2F 0 2 12B 5C 4B
Octal 370 205 372 1 57 0 2 453 134 113
Binary 11111000 10000101 11111010 1 101111 0 10 100101011 1011100 1001011

Color Harmonies of #F885FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885FA

Black with #F885FA

Text Example


Text Example

White with #F885FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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