Html Css Color HEX #F764FC Pink Flamingo

📋 copy color: '#F764FC'

red 247 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #F764FC

Tints of Pink Flamingo #F764FC

RGB

 RED value IS 247 (96.88% from 255) = 41.24%

 GREEN value IS 100 (39.45% from 255) = 16.69%

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

R = 41.24%
G = 16.69%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F764FC (or 0xF764FC) is known color: Pink Flamingo. HEX triplet: F7, 64 and FC. RGB value is (247,100,252). Sum of RGB (Red+Green+Blue) = 247+100+252=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 100 (39.45% from 255 or 16.69% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F764FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764FC is #089B03. Grayscale: #A0A0A0. Windows color (decimal): -563972 or 16540919. OLE color: 16540919.

HSL color Cylindrical-coordinate representation of color #F764FC: hue angle of 298.03º 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 #F764FC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 100 252 -
CMYK 0.02 0.60 0 0.01
HSL 298.03º 0.96% 0.69% -
HSV(B) 298.03º 0.6% 0.99% -
XYZ 60.49 35.92 95.84 -
YUV 161.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 247 100 252 0.02 0.60 0 0.01 298.03 0.96 0.69
Hex F7 64 FC 2 3C 0 1 12A 60 45
Octal 367 144 374 2 74 0 1 452 140 105
Binary 11110111 1100100 11111100 10 111100 0 1 100101010 1100000 1000101

Color Harmonies of #F764FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764FC

Black with #F764FC

Text Example


Text Example

White with #F764FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764FC; }

 p { color: rgb(247,100,252); }

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

background-color css

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

 a { background-color: rgb(247,100,252); }

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

border-color css

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

 span { border-color: rgb(247,100,252); }

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