Html Css Color HEX #F163FC Pink Flamingo

📋 copy color: '#F163FC'

red 241 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #F163FC

Tints of Pink Flamingo #F163FC

RGB

 RED value IS 241 (94.53% from 255) = 40.71%

 GREEN value IS 99 (39.06% from 255) = 16.72%

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 40.71%
G = 16.72%
B = 42.57%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F163FC (or 0xF163FC) is known color: Pink Flamingo. HEX triplet: F1, 63 and FC. RGB value is (241,99,252). Sum of RGB (Red+Green+Blue) = 241+99+252=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F163FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163FC is #0E9C03. Grayscale: #9E9E9E. Windows color (decimal): -957444 or 16540657. OLE color: 16540657.

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

Color convert

RGB 241 99 252 -
CMYK 0.04 0.61 0 0.01
HSL 295.69º 0.96% 0.69% -
HSV(B) 295.69º 0.61% 0.99% -
XYZ 58.31 34.65 95.71 -
YUV 158.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 241 99 252 0.04 0.61 0 0.01 295.69 0.96 0.69
Hex F1 63 FC 4 3D 0 1 128 60 45
Octal 361 143 374 4 75 0 1 450 140 105
Binary 11110001 1100011 11111100 100 111101 0 1 100101000 1100000 1000101

Color Harmonies of #F163FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163FC

Black with #F163FC

Text Example


Text Example

White with #F163FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163FC; }

 p { color: rgb(241,99,252); }

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

background-color css

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

 a { background-color: rgb(241,99,252); }

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

border-color css

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

 span { border-color: rgb(241,99,252); }

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