Html Css Color HEX #F764FD Pink Flamingo

📋 copy color: '#F764FD'

red 247 ◦ green 100 ◦ blue 253

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

Shades of Pink Flamingo #F764FD

Tints of Pink Flamingo #F764FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 41.17%
G = 16.67%
B = 42.17%

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

#F764FD (or 0xF764FD) is known color: Pink Flamingo. HEX triplet: F7, 64 and FD. RGB value is (247,100,253). Sum of RGB (Red+Green+Blue) = 247+100+253=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 100 (39.45% from 255 or 16.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #F764FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764FD is #089B02. Grayscale: #A0A0A0. Windows color (decimal): -563971 or 16606455. OLE color: 16606455.

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

Color convert

RGB 247 100 253 -
CMYK 0.02 0.60 0 0.01
HSL 297.65º 0.97% 0.69% -
HSV(B) 297.65º 0.6% 0.99% -
XYZ 60.64 35.98 96.68 -
YUV 161.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 247 100 253 0.02 0.60 0 0.01 297.65 0.97 0.69
Hex F7 64 FD 2 3C 0 1 12A 61 45
Octal 367 144 375 2 74 0 1 452 141 105
Binary 11110111 1100100 11111101 10 111100 0 1 100101010 1100001 1000101

Color Harmonies of #F764FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764FD

Black with #F764FD

Text Example


Text Example

White with #F764FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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