Html Css Color HEX #F75DED Pink Flamingo

📋 copy color: '#F75DED'

red 247 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #F75DED

Tints of Pink Flamingo #F75DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 42.81%
G = 16.12%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F75DED (or 0xF75DED) is known color: Pink Flamingo. HEX triplet: F7, 5D and ED. RGB value is (247,93,237). Sum of RGB (Red+Green+Blue) = 247+93+237=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DED is #08A212. Grayscale: #9B9B9B. Windows color (decimal): -565779 or 15556087. OLE color: 15556087.

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

Color convert

RGB 247 93 237 -
CMYK 0 0.62 0.04 0.03
HSL 303.9º 0.91% 0.67% -
HSV(B) 303.9º 0.62% 0.97% -
XYZ 57.56 33.72 83.6 -
YUV 155.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 247 93 237 0 0.62 0.04 0.03 303.9 0.91 0.67
Hex F7 5D ED 0 3E 4 3 130 5B 43
Octal 367 135 355 0 76 4 3 460 133 103
Binary 11110111 1011101 11101101 0 111110 100 11 100110000 1011011 1000011

Color Harmonies of #F75DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DED

Black with #F75DED

Text Example


Text Example

White with #F75DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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