Html Css Color HEX #F765FD Pink Flamingo

📋 copy color: '#F765FD'

red 247 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F765FD

Tints of Pink Flamingo #F765FD

RGB

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

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

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

R = 41.1%
G = 16.81%
B = 42.1%

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

#F765FD (or 0xF765FD) is known color: Pink Flamingo. HEX triplet: F7, 65 and FD. RGB value is (247,101,253). Sum of RGB (Red+Green+Blue) = 247+101+253=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 101 (39.84% from 255 or 16.81% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #F765FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765FD is #089A02. Grayscale: #A1A1A1. Windows color (decimal): -563715 or 16606711. OLE color: 16606711.

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

Color convert

RGB 247 101 253 -
CMYK 0.02 0.60 0 0.01
HSL 297.63º 0.97% 0.69% -
HSV(B) 297.63º 0.6% 0.99% -
XYZ 60.74 36.17 96.71 -
YUV 161.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 247 101 253 0.02 0.60 0 0.01 297.63 0.97 0.69
Hex F7 65 FD 2 3C 0 1 12A 61 45
Octal 367 145 375 2 74 0 1 452 141 105
Binary 11110111 1100101 11111101 10 111100 0 1 100101010 1100001 1000101

Color Harmonies of #F765FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765FD

Black with #F765FD

Text Example


Text Example

White with #F765FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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