Html Css Color HEX #F75CFE Pink Flamingo

📋 copy color: '#F75CFE'

red 247 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #F75CFE

Tints of Pink Flamingo #F75CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.51%

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

R = 41.65%
G = 15.51%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F75CFE (or 0xF75CFE) is known color: Pink Flamingo. HEX triplet: F7, 5C and FE. RGB value is (247,92,254). Sum of RGB (Red+Green+Blue) = 247+92+254=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 92 (36.33% from 255 or 15.51% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F75CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CFE is #08A301. Grayscale: #9C9C9C. Windows color (decimal): -566018 or 16669943. OLE color: 16669943.

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

Color convert

RGB 247 92 254 -
CMYK 0.03 0.64 0 0.00
HSL 297.41º 0.99% 0.68% -
HSV(B) 297.41º 0.64% 1% -
XYZ 60.07 34.58 97.28 -
YUV 156.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 247 92 254 0.03 0.64 0 0.00 297.41 0.99 0.68
Hex F7 5C FE 3 40 0 0 129 63 44
Octal 367 134 376 3 100 0 0 451 143 104
Binary 11110111 1011100 11111110 11 1000000 0 0 100101001 1100011 1000100

Color Harmonies of #F75CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CFE

Black with #F75CFE

Text Example


Text Example

White with #F75CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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