Html Css Color HEX #F75DF8 Pink Flamingo

📋 copy color: '#F75DF8'

red 247 ◦ green 93 ◦ blue 248

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

Shades of Pink Flamingo #F75DF8

Tints of Pink Flamingo #F75DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.82%

 BLUE value IS 248 (97.27% from 255) = 42.18%

R = 42.01%
G = 15.82%
B = 42.18%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F75DF8 (or 0xF75DF8) is known color: Pink Flamingo. HEX triplet: F7, 5D and F8. RGB value is (247,93,248). Sum of RGB (Red+Green+Blue) = 247+93+248=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #F75DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DF8 is #08A207. Grayscale: #9C9C9C. Windows color (decimal): -565768 or 16276983. OLE color: 16276983.

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

Color convert

RGB 247 93 248 -
CMYK 0.00 0.62 0 0.03
HSL 299.61º 0.92% 0.67% -
HSV(B) 299.61º 0.63% 0.97% -
XYZ 59.22 34.38 92.32 -
YUV 156.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 247 93 248 0.00 0.62 0 0.03 299.61 0.92 0.67
Hex F7 5D F8 0 3E 0 3 12C 5C 43
Octal 367 135 370 0 76 0 3 454 134 103
Binary 11110111 1011101 11111000 0 111110 0 11 100101100 1011100 1000011

Color Harmonies of #F75DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DF8

Black with #F75DF8

Text Example


Text Example

White with #F75DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DF8; }

 p { color: rgb(247,93,248); }

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

background-color css

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

 a { background-color: rgb(247,93,248); }

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

border-color css

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

 span { border-color: rgb(247,93,248); }

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