Html Css Color HEX #FF72FD Ultra Pink

📋 copy color: '#FF72FD'

red 255 ◦ green 114 ◦ blue 253

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

Shades of Ultra Pink #FF72FD

Tints of Ultra Pink #FF72FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.33%

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 41%
G = 18.33%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF72FD (or 0xFF72FD) is known color: Ultra Pink. HEX triplet: FF, 72 and FD. RGB value is (255,114,253). Sum of RGB (Red+Green+Blue) = 255+114+253=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 114 (44.92% from 255 or 18.33% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72FD is #008D02. Grayscale: #ABABAB. Windows color (decimal): -36099 or 16610047. OLE color: 16610047.

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

Color convert

RGB 255 114 253 -
CMYK 0 0.55 0.01 0
HSL 300.85º 1% 0.72% -
HSV(B) 300.85º 0.55% 1% -
XYZ 64.99 40.39 97.3 -
YUV 172.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 255 114 253 0 0.55 0.01 0 300.85 1 0.72
Hex FF 72 FD 0 37 1 0 12D 64 48
Octal 377 162 375 0 67 1 0 455 144 110
Binary 11111111 1110010 11111101 0 110111 1 0 100101101 1100100 1001000

Color Harmonies of #FF72FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72FD

Black with #FF72FD

Text Example


Text Example

White with #FF72FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72FD; }

 p { color: rgb(255,114,253); }

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

background-color css

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

 a { background-color: rgb(255,114,253); }

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

border-color css

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

 span { border-color: rgb(255,114,253); }

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