Html Css Color HEX #FA6DF7 Ultra Pink

📋 copy color: '#FA6DF7'

red 250 ◦ green 109 ◦ blue 247

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

Shades of Ultra Pink #FA6DF7

Tints of Ultra Pink #FA6DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 17.99%

 BLUE value IS 247 (96.88% from 255) = 40.76%

R = 41.25%
G = 17.99%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA6DF7 (or 0xFA6DF7) is known color: Ultra Pink. HEX triplet: FA, 6D and F7. RGB value is (250,109,247). Sum of RGB (Red+Green+Blue) = 250+109+247=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 109 (42.97% from 255 or 17.99% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF7 is #059208. Grayscale: #A6A6A6. Windows color (decimal): -365065 or 16215546. OLE color: 16215546.

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

Color convert

RGB 250 109 247 -
CMYK 0 0.56 0.01 0.02
HSL 301.28º 0.93% 0.7% -
HSV(B) 301.28º 0.56% 0.98% -
XYZ 61.68 37.98 92.07 -
YUV 166.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 250 109 247 0 0.56 0.01 0.02 301.28 0.93 0.7
Hex FA 6D F7 0 38 1 2 12D 5D 46
Octal 372 155 367 0 70 1 2 455 135 106
Binary 11111010 1101101 11110111 0 111000 1 10 100101101 1011101 1000110

Color Harmonies of #FA6DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DF7

Black with #FA6DF7

Text Example


Text Example

White with #FA6DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DF7; }

 p { color: rgb(250,109,247); }

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

background-color css

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

 a { background-color: rgb(250,109,247); }

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

border-color css

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

 span { border-color: rgb(250,109,247); }

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