Html Css Color HEX #FC38F8 Pink Flamingo

📋 copy color: '#FC38F8'

red 252 ◦ green 56 ◦ blue 248

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

Shades of Pink Flamingo #FC38F8

Tints of Pink Flamingo #FC38F8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.07%

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

R = 45.32%
G = 10.07%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC38F8 (or 0xFC38F8) is known color: Pink Flamingo. HEX triplet: FC, 38 and F8. RGB value is (252,56,248). Sum of RGB (Red+Green+Blue) = 252+56+248=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 56 (22.27% from 255 or 10.07% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC38F8 is #03C707. Grayscale: #878787. Windows color (decimal): -247560 or 16267516. OLE color: 16267516.

HSL color Cylindrical-coordinate representation of color #FC38F8: hue angle of 301.22º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC38F8 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 56 248 -
CMYK 0 0.78 0.02 0.01
HSL 301.22º 0.97% 0.6% -
HSV(B) 301.22º 0.78% 0.99% -
XYZ 58.5 30.3 91.57 -
YUV 136.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 252 56 248 0 0.78 0.02 0.01 301.22 0.97 0.6
Hex FC 38 F8 0 4E 2 1 12D 61 3C
Octal 374 70 370 0 116 2 1 455 141 74
Binary 11111100 111000 11111000 0 1001110 10 1 100101101 1100001 111100

Color Harmonies of #FC38F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38F8

Black with #FC38F8

Text Example


Text Example

White with #FC38F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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