Html Css Color HEX #F765FF Pink Flamingo

📋 copy color: '#F765FF'

red 247 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #F765FF

Tints of Pink Flamingo #F765FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.29%

R = 40.96%
G = 16.75%
B = 42.29%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F765FF (or 0xF765FF) is known color: Pink Flamingo. HEX triplet: F7, 65 and FF. RGB value is (247,101,255). Sum of RGB (Red+Green+Blue) = 247+101+255=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 101 (39.84% from 255 or 16.75% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F765FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765FF is #089A00. Grayscale: #A1A1A1. Windows color (decimal): -563713 or 16737783. OLE color: 16737783.

HSL color Cylindrical-coordinate representation of color #F765FF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F765FF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 101 255 -
CMYK 0.03 0.60 0 0
HSL 296.88º 1% 0.7% -
HSV(B) 296.88º 0.6% 1% -
XYZ 61.06 36.3 98.4 -
YUV 162.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 247 101 255 0.03 0.60 0 0 296.88 1 0.7
Hex F7 65 FF 3 3C 0 0 129 64 46
Octal 367 145 377 3 74 0 0 451 144 106
Binary 11110111 1100101 11111111 11 111100 0 0 100101001 1100100 1000110

Color Harmonies of #F765FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765FF

Black with #F765FF

Text Example


Text Example

White with #F765FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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