Html Css Color HEX #FB72F0 Ultra Pink

📋 copy color: '#FB72F0'

red 251 ◦ green 114 ◦ blue 240

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

Shades of Ultra Pink #FB72F0

Tints of Ultra Pink #FB72F0

RGB

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

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

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

R = 41.49%
G = 18.84%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB72F0 (or 0xFB72F0) is known color: Ultra Pink. HEX triplet: FB, 72 and F0. RGB value is (251,114,240). Sum of RGB (Red+Green+Blue) = 251+114+240=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB72F0 is #048D0F. Grayscale: #A8A8A8. Windows color (decimal): -298256 or 15758075. OLE color: 15758075.

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

Color convert

RGB 251 114 240 -
CMYK 0 0.55 0.04 0.02
HSL 304.82º 0.94% 0.72% -
HSV(B) 304.82º 0.55% 0.98% -
XYZ 61.53 38.84 86.69 -
YUV 169.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 251 114 240 0 0.55 0.04 0.02 304.82 0.94 0.72
Hex FB 72 F0 0 37 4 2 131 5E 48
Octal 373 162 360 0 67 4 2 461 136 110
Binary 11111011 1110010 11110000 0 110111 100 10 100110001 1011110 1001000

Color Harmonies of #FB72F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72F0

Black with #FB72F0

Text Example


Text Example

White with #FB72F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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