Html Css Color HEX #FF6EFB Ultra Pink

📋 copy color: '#FF6EFB'

red 255 ◦ green 110 ◦ blue 251

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

Shades of Ultra Pink #FF6EFB

Tints of Ultra Pink #FF6EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 41.4%
G = 17.86%
B = 40.75%

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

#FF6EFB (or 0xFF6EFB) is known color: Ultra Pink. HEX triplet: FF, 6E and FB. RGB value is (255,110,251). Sum of RGB (Red+Green+Blue) = 255+110+251=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 110 (43.36% from 255 or 17.86% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6EFB is #009104. Grayscale: #A9A9A9. Windows color (decimal): -37125 or 16477951. OLE color: 16477951.

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

Color convert

RGB 255 110 251 -
CMYK 0 0.57 0.02 0
HSL 301.66º 1% 0.72% -
HSV(B) 301.66º 0.57% 1% -
XYZ 64.23 39.38 95.48 -
YUV 169.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 255 110 251 0 0.57 0.02 0 301.66 1 0.72
Hex FF 6E FB 0 39 2 0 12E 64 48
Octal 377 156 373 0 71 2 0 456 144 110
Binary 11111111 1101110 11111011 0 111001 10 0 100101110 1100100 1001000

Color Harmonies of #FF6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6EFB

Black with #FF6EFB

Text Example


Text Example

White with #FF6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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