Html Css Color HEX #FC72F2 Ultra Pink

📋 copy color: '#FC72F2'

red 252 ◦ green 114 ◦ blue 242

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

Shades of Ultra Pink #FC72F2

Tints of Ultra Pink #FC72F2

RGB

 RED value IS 252 (98.83% from 255) = 41.45%

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

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

R = 41.45%
G = 18.75%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC72F2 (or 0xFC72F2) is known color: Ultra Pink. HEX triplet: FC, 72 and F2. RGB value is (252,114,242). Sum of RGB (Red+Green+Blue) = 252+114+242=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC72F2 is #038D0D. Grayscale: #A9A9A9. Windows color (decimal): -232718 or 15889148. OLE color: 15889148.

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

Color convert

RGB 252 114 242 -
CMYK 0 0.55 0.04 0.01
HSL 304.35º 0.96% 0.72% -
HSV(B) 304.35º 0.55% 0.99% -
XYZ 62.19 39.14 88.28 -
YUV 169.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 252 114 242 0 0.55 0.04 0.01 304.35 0.96 0.72
Hex FC 72 F2 0 37 4 1 130 60 48
Octal 374 162 362 0 67 4 1 460 140 110
Binary 11111100 1110010 11110010 0 110111 100 1 100110000 1100000 1001000

Color Harmonies of #FC72F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72F2

Black with #FC72F2

Text Example


Text Example

White with #FC72F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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