Html Css Color HEX #F75AF6 Pink Flamingo

📋 copy color: '#F75AF6'

red 247 ◦ green 90 ◦ blue 246

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

Shades of Pink Flamingo #F75AF6

Tints of Pink Flamingo #F75AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.44%

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

R = 42.37%
G = 15.44%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F75AF6 (or 0xF75AF6) is known color: Pink Flamingo. HEX triplet: F7, 5A and F6. RGB value is (247,90,246). Sum of RGB (Red+Green+Blue) = 247+90+246=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AF6 is #08A509. Grayscale: #9A9A9A. Windows color (decimal): -566538 or 16145143. OLE color: 16145143.

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

Color convert

RGB 247 90 246 -
CMYK 0 0.64 0.00 0.03
HSL 300.38º 0.91% 0.66% -
HSV(B) 300.38º 0.64% 0.97% -
XYZ 58.65 33.74 90.61 -
YUV 154.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 247 90 246 0 0.64 0.00 0.03 300.38 0.91 0.66
Hex F7 5A F6 0 40 0 3 12C 5B 42
Octal 367 132 366 0 100 0 3 454 133 102
Binary 11110111 1011010 11110110 0 1000000 0 11 100101100 1011011 1000010

Color Harmonies of #F75AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AF6

Black with #F75AF6

Text Example


Text Example

White with #F75AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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