Html Css Color HEX #F754F6 Pink Flamingo

📋 copy color: '#F754F6'

red 247 ◦ green 84 ◦ blue 246

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

Shades of Pink Flamingo #F754F6

Tints of Pink Flamingo #F754F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 42.81%
G = 14.56%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F754F6 (or 0xF754F6) is known color: Pink Flamingo. HEX triplet: F7, 54 and F6. RGB value is (247,84,246). Sum of RGB (Red+Green+Blue) = 247+84+246=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F754F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754F6 is #08AB09. Grayscale: #969696. Windows color (decimal): -568074 or 16143607. OLE color: 16143607.

HSL color Cylindrical-coordinate representation of color #F754F6: hue angle of 300.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754F6 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 84 246 -
CMYK 0 0.66 0.00 0.03
HSL 300.37º 0.91% 0.65% -
HSV(B) 300.37º 0.66% 0.97% -
XYZ 58.16 32.77 90.45 -
YUV 151.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 247 84 246 0 0.66 0.00 0.03 300.37 0.91 0.65
Hex F7 54 F6 0 42 0 3 12C 5B 41
Octal 367 124 366 0 102 0 3 454 133 101
Binary 11110111 1010100 11110110 0 1000010 0 11 100101100 1011011 1000001

Color Harmonies of #F754F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754F6

Black with #F754F6

Text Example


Text Example

White with #F754F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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