Html Css Color HEX #FC71F8 Ultra Pink

📋 copy color: '#FC71F8'

red 252 ◦ green 113 ◦ blue 248

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

Shades of Ultra Pink #FC71F8

Tints of Ultra Pink #FC71F8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.43%

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 41.11%
G = 18.43%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC71F8 (or 0xFC71F8) is known color: Ultra Pink. HEX triplet: FC, 71 and F8. RGB value is (252,113,248). Sum of RGB (Red+Green+Blue) = 252+113+248=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 113 (44.53% from 255 or 18.43% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71F8 is #038E07. Grayscale: #A9A9A9. Windows color (decimal): -232968 or 16282108. OLE color: 16282108.

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

Color convert

RGB 252 113 248 -
CMYK 0 0.55 0.02 0.01
HSL 301.73º 0.96% 0.72% -
HSV(B) 301.73º 0.55% 0.99% -
XYZ 62.99 39.28 93.07 -
YUV 169.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 252 113 248 0 0.55 0.02 0.01 301.73 0.96 0.72
Hex FC 71 F8 0 37 2 1 12E 60 48
Octal 374 161 370 0 67 2 1 456 140 110
Binary 11111100 1110001 11111000 0 110111 10 1 100101110 1100000 1001000

Color Harmonies of #FC71F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71F8

Black with #FC71F8

Text Example


Text Example

White with #FC71F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71F8; }

 p { color: rgb(252,113,248); }

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

background-color css

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

 a { background-color: rgb(252,113,248); }

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

border-color css

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

 span { border-color: rgb(252,113,248); }

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