Html Css Color HEX #F754FA Pink Flamingo

📋 copy color: '#F754FA'

red 247 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #F754FA

Tints of Pink Flamingo #F754FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.46%

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

R = 42.51%
G = 14.46%
B = 43.03%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F754FA (or 0xF754FA) is known color: Pink Flamingo. HEX triplet: F7, 54 and FA. RGB value is (247,84,250). Sum of RGB (Red+Green+Blue) = 247+84+250=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 84 (33.20% from 255 or 14.46% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #F754FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754FA is #08AB05. Grayscale: #979797. Windows color (decimal): -568070 or 16405751. OLE color: 16405751.

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

Color convert

RGB 247 84 250 -
CMYK 0.01 0.66 0 0.02
HSL 298.92º 0.94% 0.65% -
HSV(B) 298.92º 0.66% 0.98% -
XYZ 58.78 33.02 93.72 -
YUV 151.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 247 84 250 0.01 0.66 0 0.02 298.92 0.94 0.65
Hex F7 54 FA 1 42 0 2 12B 5E 41
Octal 367 124 372 1 102 0 2 453 136 101
Binary 11110111 1010100 11111010 1 1000010 0 10 100101011 1011110 1000001

Color Harmonies of #F754FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754FA

Black with #F754FA

Text Example


Text Example

White with #F754FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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