Html Css Color HEX #F763FA Pink Flamingo

📋 copy color: '#F763FA'

red 247 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #F763FA

Tints of Pink Flamingo #F763FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.61%

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 41.44%
G = 16.61%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F763FA (or 0xF763FA) is known color: Pink Flamingo. HEX triplet: F7, 63 and FA. RGB value is (247,99,250). Sum of RGB (Red+Green+Blue) = 247+99+250=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 99 (39.06% from 255 or 16.61% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #F763FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F763FA is #089C05. Grayscale: #A0A0A0. Windows color (decimal): -564230 or 16409591. OLE color: 16409591.

HSL color Cylindrical-coordinate representation of color #F763FA: hue angle of 298.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763FA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 99 250 -
CMYK 0.01 0.60 0 0.02
HSL 298.81º 0.94% 0.68% -
HSV(B) 298.81º 0.6% 0.98% -
XYZ 60.07 35.6 94.15 -
YUV 160.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 247 99 250 0.01 0.60 0 0.02 298.81 0.94 0.68
Hex F7 63 FA 1 3C 0 2 12B 5E 44
Octal 367 143 372 1 74 0 2 453 136 104
Binary 11110111 1100011 11111010 1 111100 0 10 100101011 1011110 1000100

Color Harmonies of #F763FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763FA

Black with #F763FA

Text Example


Text Example

White with #F763FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763FA; }

 p { color: rgb(247,99,250); }

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

background-color css

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

 a { background-color: rgb(247,99,250); }

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

border-color css

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

 span { border-color: rgb(247,99,250); }

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