Html Css Color HEX #FB72F2 Ultra Pink

📋 copy color: '#FB72F2'

red 251 ◦ green 114 ◦ blue 242

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

Shades of Ultra Pink #FB72F2

Tints of Ultra Pink #FB72F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.87%

R = 41.35%
G = 18.78%
B = 39.87%

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

#FB72F2 (or 0xFB72F2) is known color: Ultra Pink. HEX triplet: FB, 72 and F2. RGB value is (251,114,242). Sum of RGB (Red+Green+Blue) = 251+114+242=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB72F2 is #048D0D. Grayscale: #A9A9A9. Windows color (decimal): -298254 or 15889147. OLE color: 15889147.

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

Color convert

RGB 251 114 242 -
CMYK 0 0.55 0.04 0.02
HSL 303.94º 0.94% 0.72% -
HSV(B) 303.94º 0.55% 0.98% -
XYZ 61.83 38.95 88.26 -
YUV 169.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 251 114 242 0 0.55 0.04 0.02 303.94 0.94 0.72
Hex FB 72 F2 0 37 4 2 130 5E 48
Octal 373 162 362 0 67 4 2 460 136 110
Binary 11111011 1110010 11110010 0 110111 100 10 100110000 1011110 1001000

Color Harmonies of #FB72F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72F2

Black with #FB72F2

Text Example


Text Example

White with #FB72F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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