Html Css Color HEX #FF72FA Ultra Pink

📋 copy color: '#FF72FA'

red 255 ◦ green 114 ◦ blue 250

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

Shades of Ultra Pink #FF72FA

Tints of Ultra Pink #FF72FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 41.2%
G = 18.42%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF72FA (or 0xFF72FA) is known color: Ultra Pink. HEX triplet: FF, 72 and FA. RGB value is (255,114,250). Sum of RGB (Red+Green+Blue) = 255+114+250=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 114 (44.92% from 255 or 18.42% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72FA is #008D05. Grayscale: #ABABAB. Windows color (decimal): -36102 or 16413439. OLE color: 16413439.

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

Color convert

RGB 255 114 250 -
CMYK 0 0.55 0.02 0
HSL 302.13º 1% 0.72% -
HSV(B) 302.13º 0.55% 1% -
XYZ 64.51 40.2 94.8 -
YUV 171.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 255 114 250 0 0.55 0.02 0 302.13 1 0.72
Hex FF 72 FA 0 37 2 0 12E 64 48
Octal 377 162 372 0 67 2 0 456 144 110
Binary 11111111 1110010 11111010 0 110111 10 0 100101110 1100100 1001000

Color Harmonies of #FF72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72FA

Black with #FF72FA

Text Example


Text Example

White with #FF72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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