Html Css Color HEX #FA6CEB Ultra Pink

📋 copy color: '#FA6CEB'

red 250 ◦ green 108 ◦ blue 235

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

Shades of Ultra Pink #FA6CEB

Tints of Ultra Pink #FA6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.21%

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

R = 42.16%
G = 18.21%
B = 39.63%

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

#FA6CEB (or 0xFA6CEB) is known color: Ultra Pink. HEX triplet: FA, 6C and EB. RGB value is (250,108,235). Sum of RGB (Red+Green+Blue) = 250+108+235=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 108 (42.58% from 255 or 18.21% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CEB is #059314. Grayscale: #A4A4A4. Windows color (decimal): -365333 or 15428858. OLE color: 15428858.

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

Color convert

RGB 250 108 235 -
CMYK 0 0.57 0.06 0.02
HSL 306.34º 0.93% 0.7% -
HSV(B) 306.34º 0.57% 0.98% -
XYZ 59.78 37.05 82.6 -
YUV 164.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 250 108 235 0 0.57 0.06 0.02 306.34 0.93 0.7
Hex FA 6C EB 0 39 6 2 132 5D 46
Octal 372 154 353 0 71 6 2 462 135 106
Binary 11111010 1101100 11101011 0 111001 110 10 100110010 1011101 1000110

Color Harmonies of #FA6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CEB

Black with #FA6CEB

Text Example


Text Example

White with #FA6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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