Html Css Color HEX #FA6EEB Ultra Pink

📋 copy color: '#FA6EEB'

red 250 ◦ green 110 ◦ blue 235

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

Shades of Ultra Pink #FA6EEB

Tints of Ultra Pink #FA6EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.49%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 42.02%
G = 18.49%
B = 39.5%

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

#FA6EEB (or 0xFA6EEB) is known color: Ultra Pink. HEX triplet: FA, 6E and EB. RGB value is (250,110,235). Sum of RGB (Red+Green+Blue) = 250+110+235=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 110 (43.36% from 255 or 18.49% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EEB is #059114. Grayscale: #A5A5A5. Windows color (decimal): -364821 or 15429370. OLE color: 15429370.

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

Color convert

RGB 250 110 235 -
CMYK 0 0.56 0.06 0.02
HSL 306.43º 0.93% 0.71% -
HSV(B) 306.43º 0.56% 0.98% -
XYZ 60 37.47 82.67 -
YUV 166.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 250 110 235 0 0.56 0.06 0.02 306.43 0.93 0.71
Hex FA 6E EB 0 38 6 2 132 5D 47
Octal 372 156 353 0 70 6 2 462 135 107
Binary 11111010 1101110 11101011 0 111000 110 10 100110010 1011101 1000111

Color Harmonies of #FA6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6EEB

Black with #FA6EEB

Text Example


Text Example

White with #FA6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6EEB; }

 p { color: rgb(250,110,235); }

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

background-color css

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

 a { background-color: rgb(250,110,235); }

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

border-color css

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

 span { border-color: rgb(250,110,235); }

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