Html Css Color HEX #F75EFC Pink Flamingo

📋 copy color: '#F75EFC'

red 247 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #F75EFC

Tints of Pink Flamingo #F75EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.85%

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 41.65%
G = 15.85%
B = 42.5%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F75EFC (or 0xF75EFC) is known color: Pink Flamingo. HEX triplet: F7, 5E and FC. RGB value is (247,94,252). Sum of RGB (Red+Green+Blue) = 247+94+252=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 94 (37.11% from 255 or 15.85% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F75EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFC is #08A103. Grayscale: #9D9D9D. Windows color (decimal): -565508 or 16539383. OLE color: 16539383.

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

Color convert

RGB 247 94 252 -
CMYK 0.02 0.63 0 0.01
HSL 298.1º 0.96% 0.68% -
HSV(B) 298.1º 0.63% 0.99% -
XYZ 59.93 34.81 95.66 -
YUV 157.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 247 94 252 0.02 0.63 0 0.01 298.1 0.96 0.68
Hex F7 5E FC 2 3F 0 1 12A 60 44
Octal 367 136 374 2 77 0 1 452 140 104
Binary 11110111 1011110 11111100 10 111111 0 1 100101010 1100000 1000100

Color Harmonies of #F75EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EFC

Black with #F75EFC

Text Example


Text Example

White with #F75EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EFC; }

 p { color: rgb(247,94,252); }

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

background-color css

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

 a { background-color: rgb(247,94,252); }

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

border-color css

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

 span { border-color: rgb(247,94,252); }

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