Html Css Color HEX #F75DFE Pink Flamingo

📋 copy color: '#F75DFE'

red 247 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #F75DFE

Tints of Pink Flamingo #F75DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 41.58%
G = 15.66%
B = 42.76%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F75DFE (or 0xF75DFE) is known color: Pink Flamingo. HEX triplet: F7, 5D and FE. RGB value is (247,93,254). Sum of RGB (Red+Green+Blue) = 247+93+254=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 93 (36.72% from 255 or 15.66% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F75DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DFE is #08A201. Grayscale: #9C9C9C. Windows color (decimal): -565762 or 16670199. OLE color: 16670199.

HSL color Cylindrical-coordinate representation of color #F75DFE: hue angle of 297.39º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75DFE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 93 254 -
CMYK 0.03 0.63 0 0.00
HSL 297.39º 0.99% 0.68% -
HSV(B) 297.39º 0.63% 1% -
XYZ 60.16 34.76 97.3 -
YUV 157.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 247 93 254 0.03 0.63 0 0.00 297.39 0.99 0.68
Hex F7 5D FE 3 3F 0 0 129 63 44
Octal 367 135 376 3 77 0 0 451 143 104
Binary 11110111 1011101 11111110 11 111111 0 0 100101001 1100011 1000100

Color Harmonies of #F75DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DFE

Black with #F75DFE

Text Example


Text Example

White with #F75DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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