Html Css Color HEX #FF6EFA Ultra Pink

📋 copy color: '#FF6EFA'

red 255 ◦ green 110 ◦ blue 250

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

Shades of Ultra Pink #FF6EFA

Tints of Ultra Pink #FF6EFA

RGB

 RED value IS 255 (100% from 255) = 41.46%

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 41.46%
G = 17.89%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF6EFA (or 0xFF6EFA) is known color: Ultra Pink. HEX triplet: FF, 6E and FA. RGB value is (255,110,250). Sum of RGB (Red+Green+Blue) = 255+110+250=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 110 (43.36% from 255 or 17.89% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6EFA is #009105. Grayscale: #A8A8A8. Windows color (decimal): -37126 or 16412415. OLE color: 16412415.

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

Color convert

RGB 255 110 250 -
CMYK 0 0.57 0.02 0
HSL 302.07º 1% 0.72% -
HSV(B) 302.07º 0.57% 1% -
XYZ 64.07 39.31 94.65 -
YUV 169.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 255 110 250 0 0.57 0.02 0 302.07 1 0.72
Hex FF 6E FA 0 39 2 0 12E 64 48
Octal 377 156 372 0 71 2 0 456 144 110
Binary 11111111 1101110 11111010 0 111001 10 0 100101110 1100100 1001000

Color Harmonies of #FF6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6EFA

Black with #FF6EFA

Text Example


Text Example

White with #FF6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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