Html Css Color HEX #FA6BEB Ultra Pink

📋 copy color: '#FA6BEB'

red 250 ◦ green 107 ◦ blue 235

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

Shades of Ultra Pink #FA6BEB

Tints of Ultra Pink #FA6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.07%

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

R = 42.23%
G = 18.07%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA6BEB (or 0xFA6BEB) is known color: Ultra Pink. HEX triplet: FA, 6B and EB. RGB value is (250,107,235). Sum of RGB (Red+Green+Blue) = 250+107+235=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BEB is #059414. Grayscale: #A3A3A3. Windows color (decimal): -365589 or 15428602. OLE color: 15428602.

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

Color convert

RGB 250 107 235 -
CMYK 0 0.57 0.06 0.02
HSL 306.29º 0.93% 0.7% -
HSV(B) 306.29º 0.57% 0.98% -
XYZ 59.68 36.84 82.56 -
YUV 164.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 250 107 235 0 0.57 0.06 0.02 306.29 0.93 0.7
Hex FA 6B EB 0 39 6 2 132 5D 46
Octal 372 153 353 0 71 6 2 462 135 106
Binary 11111010 1101011 11101011 0 111001 110 10 100110010 1011101 1000110

Color Harmonies of #FA6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BEB

Black with #FA6BEB

Text Example


Text Example

White with #FA6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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