Html Css Color HEX #FB71ED Ultra Pink

📋 copy color: '#FB71ED'

red 251 ◦ green 113 ◦ blue 237

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

Shades of Ultra Pink #FB71ED

Tints of Ultra Pink #FB71ED

RGB

 RED value IS 251 (98.44% from 255) = 41.76%

 GREEN value IS 113 (44.53% from 255) = 18.8%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 41.76%
G = 18.8%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB71ED (or 0xFB71ED) is known color: Ultra Pink. HEX triplet: FB, 71 and ED. RGB value is (251,113,237). Sum of RGB (Red+Green+Blue) = 251+113+237=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB71ED is #048E12. Grayscale: #A8A8A8. Windows color (decimal): -298515 or 15561211. OLE color: 15561211.

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

Color convert

RGB 251 113 237 -
CMYK 0 0.55 0.06 0.02
HSL 306.09º 0.95% 0.71% -
HSV(B) 306.09º 0.55% 0.98% -
XYZ 60.97 38.43 84.33 -
YUV 168.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 251 113 237 0 0.55 0.06 0.02 306.09 0.95 0.71
Hex FB 71 ED 0 37 6 2 132 5F 47
Octal 373 161 355 0 67 6 2 462 137 107
Binary 11111011 1110001 11101101 0 110111 110 10 100110010 1011111 1000111

Color Harmonies of #FB71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71ED

Black with #FB71ED

Text Example


Text Example

White with #FB71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71ED; }

 p { color: rgb(251,113,237); }

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

background-color css

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

 a { background-color: rgb(251,113,237); }

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

border-color css

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

 span { border-color: rgb(251,113,237); }

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