Html Css Color HEX #FA85F2 Violet

📋 copy color: '#FA85F2'

red 250 ◦ green 133 ◦ blue 242

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

Shades of Violet #FA85F2

Tints of Violet #FA85F2

RGB

 RED value IS 250 (98.05% from 255) = 40%

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

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

R = 40%
G = 21.28%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA85F2 (or 0xFA85F2) is known color: Violet. HEX triplet: FA, 85 and F2. RGB value is (250,133,242). Sum of RGB (Red+Green+Blue) = 250+133+242=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85F2 is #057A0D. Grayscale: #B4B4B4. Windows color (decimal): -358926 or 15894010. OLE color: 15894010.

HSL color Cylindrical-coordinate representation of color #FA85F2: hue angle of 304.1º 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 #FA85F2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 242 -
CMYK 0 0.47 0.03 0.02
HSL 304.1º 0.92% 0.75% -
HSV(B) 304.1º 0.47% 0.98% -
XYZ 63.84 43.51 89.04 -
YUV 180.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 250 133 242 0 0.47 0.03 0.02 304.1 0.92 0.75
Hex FA 85 F2 0 2F 3 2 130 5C 4B
Octal 372 205 362 0 57 3 2 460 134 113
Binary 11111010 10000101 11110010 0 101111 11 10 100110000 1011100 1001011

Color Harmonies of #FA85F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85F2

Black with #FA85F2

Text Example


Text Example

White with #FA85F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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