Html Css Color HEX #FF71ED Ultra Pink

📋 copy color: '#FF71ED'

red 255 ◦ green 113 ◦ blue 237

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

Shades of Ultra Pink #FF71ED

Tints of Ultra Pink #FF71ED

RGB

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

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

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

R = 42.15%
G = 18.68%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF71ED (or 0xFF71ED) is known color: Ultra Pink. HEX triplet: FF, 71 and ED. RGB value is (255,113,237). Sum of RGB (Red+Green+Blue) = 255+113+237=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71ED is #008E12. Grayscale: #A9A9A9. Windows color (decimal): -36371 or 15561215. OLE color: 15561215.

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

Color convert

RGB 255 113 237 -
CMYK 0 0.56 0.07 0
HSL 307.61º 1% 0.72% -
HSV(B) 307.61º 0.56% 1% -
XYZ 62.43 39.18 84.39 -
YUV 169.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 255 113 237 0 0.56 0.07 0 307.61 1 0.72
Hex FF 71 ED 0 38 7 0 134 64 48
Octal 377 161 355 0 70 7 0 464 144 110
Binary 11111111 1110001 11101101 0 111000 111 0 100110100 1100100 1001000

Color Harmonies of #FF71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71ED

Black with #FF71ED

Text Example


Text Example

White with #FF71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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