Html Css Color HEX #F75EF2 Pink Flamingo

📋 copy color: '#F75EF2'

red 247 ◦ green 94 ◦ blue 242

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

Shades of Pink Flamingo #F75EF2

Tints of Pink Flamingo #F75EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 42.37%
G = 16.12%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F75EF2 (or 0xF75EF2) is known color: Pink Flamingo. HEX triplet: F7, 5E and F2. RGB value is (247,94,242). Sum of RGB (Red+Green+Blue) = 247+94+242=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EF2 is #08A10D. Grayscale: #9C9C9C. Windows color (decimal): -565518 or 15884023. OLE color: 15884023.

HSL color Cylindrical-coordinate representation of color #F75EF2: hue angle of 301.96º degrees, saturation: 0.91, 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 #F75EF2 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 242 -
CMYK 0 0.62 0.02 0.03
HSL 301.96º 0.91% 0.67% -
HSV(B) 301.96º 0.62% 0.97% -
XYZ 58.39 34.19 87.53 -
YUV 156.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 247 94 242 0 0.62 0.02 0.03 301.96 0.91 0.67
Hex F7 5E F2 0 3E 2 3 12E 5B 43
Octal 367 136 362 0 76 2 3 456 133 103
Binary 11110111 1011110 11110010 0 111110 10 11 100101110 1011011 1000011

Color Harmonies of #F75EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EF2

Black with #F75EF2

Text Example


Text Example

White with #F75EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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