Html Css Color HEX #F165FC Pink Flamingo

📋 copy color: '#F165FC'

red 241 ◦ green 101 ◦ blue 252

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

Shades of Pink Flamingo #F165FC

Tints of Pink Flamingo #F165FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17%

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

R = 40.57%
G = 17%
B = 42.42%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F165FC (or 0xF165FC) is known color: Pink Flamingo. HEX triplet: F1, 65 and FC. RGB value is (241,101,252). Sum of RGB (Red+Green+Blue) = 241+101+252=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #F165FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165FC is #0E9A03. Grayscale: #9F9F9F. Windows color (decimal): -956932 or 16541169. OLE color: 16541169.

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

Color convert

RGB 241 101 252 -
CMYK 0.04 0.60 0 0.01
HSL 295.63º 0.96% 0.69% -
HSV(B) 295.63º 0.6% 0.99% -
XYZ 58.5 35.04 95.77 -
YUV 160.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 241 101 252 0.04 0.60 0 0.01 295.63 0.96 0.69
Hex F1 65 FC 4 3C 0 1 128 60 45
Octal 361 145 374 4 74 0 1 450 140 105
Binary 11110001 1100101 11111100 100 111100 0 1 100101000 1100000 1000101

Color Harmonies of #F165FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165FC

Black with #F165FC

Text Example


Text Example

White with #F165FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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