Html Css Color HEX #F75FED Pink Flamingo

📋 copy color: '#F75FED'

red 247 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #F75FED

Tints of Pink Flamingo #F75FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.41%

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

R = 42.66%
G = 16.41%
B = 40.93%

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

#F75FED (or 0xF75FED) is known color: Pink Flamingo. HEX triplet: F7, 5F and ED. RGB value is (247,95,237). Sum of RGB (Red+Green+Blue) = 247+95+237=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FED is #08A012. Grayscale: #9C9C9C. Windows color (decimal): -565267 or 15556599. OLE color: 15556599.

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

Color convert

RGB 247 95 237 -
CMYK 0 0.62 0.04 0.03
HSL 303.95º 0.9% 0.67% -
HSV(B) 303.95º 0.62% 0.97% -
XYZ 57.74 34.07 83.65 -
YUV 156.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 247 95 237 0 0.62 0.04 0.03 303.95 0.9 0.67
Hex F7 5F ED 0 3E 4 3 130 5A 43
Octal 367 137 355 0 76 4 3 460 132 103
Binary 11110111 1011111 11101101 0 111110 100 11 100110000 1011010 1000011

Color Harmonies of #F75FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FED

Black with #F75FED

Text Example


Text Example

White with #F75FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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