Html Css Color HEX #F762FA Pink Flamingo

📋 copy color: '#F762FA'

red 247 ◦ green 98 ◦ blue 250

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

Shades of Pink Flamingo #F762FA

Tints of Pink Flamingo #F762FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.47%

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

R = 41.51%
G = 16.47%
B = 42.02%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F762FA (or 0xF762FA) is known color: Pink Flamingo. HEX triplet: F7, 62 and FA. RGB value is (247,98,250). Sum of RGB (Red+Green+Blue) = 247+98+250=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 98 (38.67% from 255 or 16.47% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F762FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F762FA is #089D05. Grayscale: #9F9F9F. Windows color (decimal): -564486 or 16409335. OLE color: 16409335.

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

Color convert

RGB 247 98 250 -
CMYK 0.01 0.61 0 0.02
HSL 298.82º 0.94% 0.68% -
HSV(B) 298.82º 0.61% 0.98% -
XYZ 59.98 35.41 94.12 -
YUV 159.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 247 98 250 0.01 0.61 0 0.02 298.82 0.94 0.68
Hex F7 62 FA 1 3D 0 2 12B 5E 44
Octal 367 142 372 1 75 0 2 453 136 104
Binary 11110111 1100010 11111010 1 111101 0 10 100101011 1011110 1000100

Color Harmonies of #F762FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762FA

Black with #F762FA

Text Example


Text Example

White with #F762FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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