Html Css Color HEX #FA6CF9 Ultra Pink

📋 copy color: '#FA6CF9'

red 250 ◦ green 108 ◦ blue 249

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

Shades of Ultra Pink #FA6CF9

Tints of Ultra Pink #FA6CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 17.79%

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 41.19%
G = 17.79%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA6CF9 (or 0xFA6CF9) is known color: Ultra Pink. HEX triplet: FA, 6C and F9. RGB value is (250,108,249). Sum of RGB (Red+Green+Blue) = 250+108+249=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 108 (42.58% from 255 or 17.79% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CF9 is #059306. Grayscale: #A6A6A6. Windows color (decimal): -365319 or 16346362. OLE color: 16346362.

HSL color Cylindrical-coordinate representation of color #FA6CF9: hue angle of 300.42º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CF9 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 108 249 -
CMYK 0 0.57 0.00 0.02
HSL 300.42º 0.93% 0.7% -
HSV(B) 300.42º 0.57% 0.98% -
XYZ 61.89 37.89 93.67 -
YUV 166.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 250 108 249 0 0.57 0.00 0.02 300.42 0.93 0.7
Hex FA 6C F9 0 39 0 2 12C 5D 46
Octal 372 154 371 0 71 0 2 454 135 106
Binary 11111010 1101100 11111001 0 111001 0 10 100101100 1011101 1000110

Color Harmonies of #FA6CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CF9

Black with #FA6CF9

Text Example


Text Example

White with #FA6CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CF9; }

 p { color: rgb(250,108,249); }

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

background-color css

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

 a { background-color: rgb(250,108,249); }

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

border-color css

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

 span { border-color: rgb(250,108,249); }

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