Html Css Color HEX #FF72F0 Ultra Pink

📋 copy color: '#FF72F0'

red 255 ◦ green 114 ◦ blue 240

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

Shades of Ultra Pink #FF72F0

Tints of Ultra Pink #FF72F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.41%

R = 41.87%
G = 18.72%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF72F0 (or 0xFF72F0) is known color: Ultra Pink. HEX triplet: FF, 72 and F0. RGB value is (255,114,240). Sum of RGB (Red+Green+Blue) = 255+114+240=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 114 (44.92% from 255 or 18.72% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72F0 is #008D0F. Grayscale: #AAAAAA. Windows color (decimal): -36112 or 15758079. OLE color: 15758079.

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

Color convert

RGB 255 114 240 -
CMYK 0 0.55 0.06 0
HSL 306.38º 1% 0.72% -
HSV(B) 306.38º 0.55% 1% -
XYZ 62.99 39.59 86.76 -
YUV 170.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 255 114 240 0 0.55 0.06 0 306.38 1 0.72
Hex FF 72 F0 0 37 6 0 132 64 48
Octal 377 162 360 0 67 6 0 462 144 110
Binary 11111111 1110010 11110000 0 110111 110 0 100110010 1100100 1001000

Color Harmonies of #FF72F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72F0

Black with #FF72F0

Text Example


Text Example

White with #FF72F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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