Html Css Color HEX #FA6CF6 Ultra Pink

📋 copy color: '#FA6CF6'

red 250 ◦ green 108 ◦ blue 246

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

Shades of Ultra Pink #FA6CF6

Tints of Ultra Pink #FA6CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 41.39%
G = 17.88%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA6CF6 (or 0xFA6CF6) is known color: Ultra Pink. HEX triplet: FA, 6C and F6. RGB value is (250,108,246). Sum of RGB (Red+Green+Blue) = 250+108+246=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 108 (42.58% from 255 or 17.88% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CF6 is #059309. Grayscale: #A5A5A5. Windows color (decimal): -365322 or 16149754. OLE color: 16149754.

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

Color convert

RGB 250 108 246 -
CMYK 0 0.57 0.02 0.02
HSL 301.69º 0.93% 0.7% -
HSV(B) 301.69º 0.57% 0.98% -
XYZ 61.42 37.7 91.23 -
YUV 166.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 250 108 246 0 0.57 0.02 0.02 301.69 0.93 0.7
Hex FA 6C F6 0 39 2 2 12E 5D 46
Octal 372 154 366 0 71 2 2 456 135 106
Binary 11111010 1101100 11110110 0 111001 10 10 100101110 1011101 1000110

Color Harmonies of #FA6CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CF6

Black with #FA6CF6

Text Example


Text Example

White with #FA6CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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