Html Css Color HEX #FC70F0 Ultra Pink

📋 copy color: '#FC70F0'

red 252 ◦ green 112 ◦ blue 240

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

Shades of Ultra Pink #FC70F0

Tints of Ultra Pink #FC70F0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.54%

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

R = 41.72%
G = 18.54%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC70F0 (or 0xFC70F0) is known color: Ultra Pink. HEX triplet: FC, 70 and F0. RGB value is (252,112,240). Sum of RGB (Red+Green+Blue) = 252+112+240=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 112 (44.14% from 255 or 18.54% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F0 is #038F0F. Grayscale: #A8A8A8. Windows color (decimal): -233232 or 15757564. OLE color: 15757564.

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

Color convert

RGB 252 112 240 -
CMYK 0 0.56 0.05 0.01
HSL 305.14º 0.96% 0.71% -
HSV(B) 305.14º 0.56% 0.99% -
XYZ 61.67 38.58 86.63 -
YUV 168.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 252 112 240 0 0.56 0.05 0.01 305.14 0.96 0.71
Hex FC 70 F0 0 38 5 1 131 60 47
Octal 374 160 360 0 70 5 1 461 140 107
Binary 11111100 1110000 11110000 0 111000 101 1 100110001 1100000 1000111

Color Harmonies of #FC70F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70F0

Black with #FC70F0

Text Example


Text Example

White with #FC70F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70F0; }

 p { color: rgb(252,112,240); }

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

background-color css

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

 a { background-color: rgb(252,112,240); }

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

border-color css

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

 span { border-color: rgb(252,112,240); }

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