Html Css Color HEX #FA6DEC Ultra Pink

📋 copy color: '#FA6DEC'

red 250 ◦ green 109 ◦ blue 236

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

Shades of Ultra Pink #FA6DEC

Tints of Ultra Pink #FA6DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 42.02%
G = 18.32%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA6DEC (or 0xFA6DEC) is known color: Ultra Pink. HEX triplet: FA, 6D and EC. RGB value is (250,109,236). Sum of RGB (Red+Green+Blue) = 250+109+236=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DEC is #059213. Grayscale: #A5A5A5. Windows color (decimal): -365076 or 15494650. OLE color: 15494650.

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

Color convert

RGB 250 109 236 -
CMYK 0 0.56 0.06 0.02
HSL 305.96º 0.93% 0.7% -
HSV(B) 305.96º 0.56% 0.98% -
XYZ 60.03 37.32 83.4 -
YUV 165.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 250 109 236 0 0.56 0.06 0.02 305.96 0.93 0.7
Hex FA 6D EC 0 38 6 2 132 5D 46
Octal 372 155 354 0 70 6 2 462 135 106
Binary 11111010 1101101 11101100 0 111000 110 10 100110010 1011101 1000110

Color Harmonies of #FA6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DEC

Black with #FA6DEC

Text Example


Text Example

White with #FA6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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