Html Css Color HEX #FD6EFB Ultra Pink

📋 copy color: '#FD6EFB'

red 253 ◦ green 110 ◦ blue 251

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

Shades of Ultra Pink #FD6EFB

Tints of Ultra Pink #FD6EFB

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

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

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

R = 41.21%
G = 17.92%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD6EFB (or 0xFD6EFB) is known color: Ultra Pink. HEX triplet: FD, 6E and FB. RGB value is (253,110,251). Sum of RGB (Red+Green+Blue) = 253+110+251=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 110 (43.36% from 255 or 17.92% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6EFB is #029104. Grayscale: #A8A8A8. Windows color (decimal): -168197 or 16477949. OLE color: 16477949.

HSL color Cylindrical-coordinate representation of color #FD6EFB: hue angle of 300.84º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6EFB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 110 251 -
CMYK 0 0.57 0.01 0.01
HSL 300.84º 0.97% 0.71% -
HSV(B) 300.84º 0.57% 0.99% -
XYZ 63.5 39 95.45 -
YUV 168.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 253 110 251 0 0.57 0.01 0.01 300.84 0.97 0.71
Hex FD 6E FB 0 39 1 1 12D 61 47
Octal 375 156 373 0 71 1 1 455 141 107
Binary 11111101 1101110 11111011 0 111001 1 1 100101101 1100001 1000111

Color Harmonies of #FD6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EFB

Black with #FD6EFB

Text Example


Text Example

White with #FD6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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