Html Css Color HEX #FA6DF5 Ultra Pink

📋 copy color: '#FA6DF5'

red 250 ◦ green 109 ◦ blue 245

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

Shades of Ultra Pink #FA6DF5

Tints of Ultra Pink #FA6DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.56%

R = 41.39%
G = 18.05%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA6DF5 (or 0xFA6DF5) is known color: Ultra Pink. HEX triplet: FA, 6D and F5. RGB value is (250,109,245). Sum of RGB (Red+Green+Blue) = 250+109+245=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 109 (42.97% from 255 or 18.05% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF5 is #05920A. Grayscale: #A6A6A6. Windows color (decimal): -365067 or 16084474. OLE color: 16084474.

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

Color convert

RGB 250 109 245 -
CMYK 0 0.56 0.02 0.02
HSL 302.13º 0.93% 0.7% -
HSV(B) 302.13º 0.56% 0.98% -
XYZ 61.37 37.85 90.46 -
YUV 166.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 250 109 245 0 0.56 0.02 0.02 302.13 0.93 0.7
Hex FA 6D F5 0 38 2 2 12E 5D 46
Octal 372 155 365 0 70 2 2 456 135 106
Binary 11111010 1101101 11110101 0 111000 10 10 100101110 1011101 1000110

Color Harmonies of #FA6DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DF5

Black with #FA6DF5

Text Example


Text Example

White with #FA6DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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