Html Css Color HEX #FA85F4 Violet

📋 copy color: '#FA85F4'

red 250 ◦ green 133 ◦ blue 244

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

Shades of Violet #FA85F4

Tints of Violet #FA85F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.92%

R = 39.87%
G = 21.21%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA85F4 (or 0xFA85F4) is known color: Violet. HEX triplet: FA, 85 and F4. RGB value is (250,133,244). Sum of RGB (Red+Green+Blue) = 250+133+244=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85F4 is #057A0B. Grayscale: #B4B4B4. Windows color (decimal): -358924 or 16025082. OLE color: 16025082.

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

Color convert

RGB 250 133 244 -
CMYK 0 0.47 0.02 0.02
HSL 303.08º 0.92% 0.75% -
HSV(B) 303.08º 0.47% 0.98% -
XYZ 64.14 43.63 90.63 -
YUV 180.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 250 133 244 0 0.47 0.02 0.02 303.08 0.92 0.75
Hex FA 85 F4 0 2F 2 2 12F 5C 4B
Octal 372 205 364 0 57 2 2 457 134 113
Binary 11111010 10000101 11110100 0 101111 10 10 100101111 1011100 1001011

Color Harmonies of #FA85F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85F4

Black with #FA85F4

Text Example


Text Example

White with #FA85F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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