Html Css Color HEX #FA6FEC Ultra Pink

📋 copy color: '#FA6FEC'

red 250 ◦ green 111 ◦ blue 236

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

Shades of Ultra Pink #FA6FEC

Tints of Ultra Pink #FA6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.59%

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

R = 41.88%
G = 18.59%
B = 39.53%

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

#FA6FEC (or 0xFA6FEC) is known color: Ultra Pink. HEX triplet: FA, 6F and EC. RGB value is (250,111,236). Sum of RGB (Red+Green+Blue) = 250+111+236=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 111 (43.75% from 255 or 18.59% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FEC is #059013. Grayscale: #A6A6A6. Windows color (decimal): -364564 or 15495162. OLE color: 15495162.

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

Color convert

RGB 250 111 236 -
CMYK 0 0.56 0.06 0.02
HSL 306.04º 0.93% 0.71% -
HSV(B) 306.04º 0.56% 0.98% -
XYZ 60.25 37.75 83.47 -
YUV 166.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 250 111 236 0 0.56 0.06 0.02 306.04 0.93 0.71
Hex FA 6F EC 0 38 6 2 132 5D 47
Octal 372 157 354 0 70 6 2 462 135 107
Binary 11111010 1101111 11101100 0 111000 110 10 100110010 1011101 1000111

Color Harmonies of #FA6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FEC

Black with #FA6FEC

Text Example


Text Example

White with #FA6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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