Html Css Color HEX #FA6DF1 Ultra Pink

📋 copy color: '#FA6DF1'

red 250 ◦ green 109 ◦ blue 241

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

Shades of Ultra Pink #FA6DF1

Tints of Ultra Pink #FA6DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 41.67%
G = 18.17%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA6DF1 (or 0xFA6DF1) is known color: Ultra Pink. HEX triplet: FA, 6D and F1. RGB value is (250,109,241). Sum of RGB (Red+Green+Blue) = 250+109+241=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 109 (42.97% from 255 or 18.17% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF1 is #05920E. Grayscale: #A5A5A5. Windows color (decimal): -365071 or 15822330. OLE color: 15822330.

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

Color convert

RGB 250 109 241 -
CMYK 0 0.56 0.04 0.02
HSL 303.83º 0.93% 0.7% -
HSV(B) 303.83º 0.56% 0.98% -
XYZ 60.77 37.61 87.28 -
YUV 166.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 250 109 241 0 0.56 0.04 0.02 303.83 0.93 0.7
Hex FA 6D F1 0 38 4 2 130 5D 46
Octal 372 155 361 0 70 4 2 460 135 106
Binary 11111010 1101101 11110001 0 111000 100 10 100110000 1011101 1000110

Color Harmonies of #FA6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DF1

Black with #FA6DF1

Text Example


Text Example

White with #FA6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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