Html Css Color HEX #FC72FA Ultra Pink

📋 copy color: '#FC72FA'

red 252 ◦ green 114 ◦ blue 250

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

Shades of Ultra Pink #FC72FA

Tints of Ultra Pink #FC72FA

RGB

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

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

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

R = 40.91%
G = 18.51%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC72FA (or 0xFC72FA) is known color: Ultra Pink. HEX triplet: FC, 72 and FA. RGB value is (252,114,250). Sum of RGB (Red+Green+Blue) = 252+114+250=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 114 (44.92% from 255 or 18.51% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC72FA is #038D05. Grayscale: #AAAAAA. Windows color (decimal): -232710 or 16413436. OLE color: 16413436.

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

Color convert

RGB 252 114 250 -
CMYK 0 0.55 0.01 0.01
HSL 300.87º 0.96% 0.72% -
HSV(B) 300.87º 0.55% 0.99% -
XYZ 63.42 39.63 94.75 -
YUV 170.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 252 114 250 0 0.55 0.01 0.01 300.87 0.96 0.72
Hex FC 72 FA 0 37 1 1 12D 60 48
Octal 374 162 372 0 67 1 1 455 140 110
Binary 11111100 1110010 11111010 0 110111 1 1 100101101 1100000 1001000

Color Harmonies of #FC72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72FA

Black with #FC72FA

Text Example


Text Example

White with #FC72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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