Html Css Color HEX #FC68F0 Pink Flamingo

📋 copy color: '#FC68F0'

red 252 ◦ green 104 ◦ blue 240

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

Shades of Pink Flamingo #FC68F0

Tints of Pink Flamingo #FC68F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.45%

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

R = 42.28%
G = 17.45%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC68F0 (or 0xFC68F0) is known color: Pink Flamingo. HEX triplet: FC, 68 and F0. RGB value is (252,104,240). Sum of RGB (Red+Green+Blue) = 252+104+240=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68F0 is #03970F. Grayscale: #A3A3A3. Windows color (decimal): -235280 or 15755516. OLE color: 15755516.

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

Color convert

RGB 252 104 240 -
CMYK 0 0.59 0.05 0.01
HSL 304.86º 0.96% 0.7% -
HSV(B) 304.86º 0.59% 0.99% -
XYZ 60.82 36.89 86.35 -
YUV 163.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 252 104 240 0 0.59 0.05 0.01 304.86 0.96 0.7
Hex FC 68 F0 0 3B 5 1 131 60 46
Octal 374 150 360 0 73 5 1 461 140 106
Binary 11111100 1101000 11110000 0 111011 101 1 100110001 1100000 1000110

Color Harmonies of #FC68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68F0

Black with #FC68F0

Text Example


Text Example

White with #FC68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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