Html Css Color HEX #FA6DFB Ultra Pink

📋 copy color: '#FA6DFB'

red 250 ◦ green 109 ◦ blue 251

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

Shades of Ultra Pink #FA6DFB

Tints of Ultra Pink #FA6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 40.98%
G = 17.87%
B = 41.15%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA6DFB (or 0xFA6DFB) is known color: Ultra Pink. HEX triplet: FA, 6D and FB. RGB value is (250,109,251). Sum of RGB (Red+Green+Blue) = 250+109+251=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 109 (42.97% from 255 or 17.87% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA6DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DFB is #059204. Grayscale: #A6A6A6. Windows color (decimal): -365061 or 16477690. OLE color: 16477690.

HSL color Cylindrical-coordinate representation of color #FA6DFB: hue angle of 299.58º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6DFB is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 251 -
CMYK 0.00 0.57 0 0.02
HSL 299.58º 0.95% 0.71% -
HSV(B) 299.58º 0.57% 0.98% -
XYZ 62.31 38.23 95.36 -
YUV 167.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 250 109 251 0.00 0.57 0 0.02 299.58 0.95 0.71
Hex FA 6D FB 0 39 0 2 12C 5F 47
Octal 372 155 373 0 71 0 2 454 137 107
Binary 11111010 1101101 11111011 0 111001 0 10 100101100 1011111 1000111

Color Harmonies of #FA6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DFB

Black with #FA6DFB

Text Example


Text Example

White with #FA6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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