Html Css Color HEX #FA6FFF Ultra Pink

📋 copy color: '#FA6FFF'

red 250 ◦ green 111 ◦ blue 255

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

Shades of Ultra Pink #FA6FFF

Tints of Ultra Pink #FA6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.02%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 40.58%
G = 18.02%
B = 41.4%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA6FFF (or 0xFA6FFF) is known color: Ultra Pink. HEX triplet: FA, 6F and FF. RGB value is (250,111,255). Sum of RGB (Red+Green+Blue) = 250+111+255=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 111 (43.75% from 255 or 18.02% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FFF is #059000. Grayscale: #A8A8A8. Windows color (decimal): -364545 or 16740346. OLE color: 16740346.

HSL color Cylindrical-coordinate representation of color #FA6FFF: hue angle of 297.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FFF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 111 255 -
CMYK 0.02 0.56 0 0
HSL 297.92º 1% 0.72% -
HSV(B) 297.92º 0.56% 1% -
XYZ 63.16 38.91 98.79 -
YUV 168.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 250 111 255 0.02 0.56 0 0 297.92 1 0.72
Hex FA 6F FF 2 38 0 0 12A 64 48
Octal 372 157 377 2 70 0 0 452 144 110
Binary 11111010 1101111 11111111 10 111000 0 0 100101010 1100100 1001000

Color Harmonies of #FA6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FFF

Black with #FA6FFF

Text Example


Text Example

White with #FA6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FFF; }

 p { color: rgb(250,111,255); }

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

background-color css

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

 a { background-color: rgb(250,111,255); }

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

border-color css

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

 span { border-color: rgb(250,111,255); }

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