Html Css Color HEX #F75DF1 Pink Flamingo

📋 copy color: '#F75DF1'

red 247 ◦ green 93 ◦ blue 241

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

Shades of Pink Flamingo #F75DF1

Tints of Pink Flamingo #F75DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 42.51%
G = 16.01%
B = 41.48%

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

#F75DF1 (or 0xF75DF1) is known color: Pink Flamingo. HEX triplet: F7, 5D and F1. RGB value is (247,93,241). Sum of RGB (Red+Green+Blue) = 247+93+241=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DF1 is #08A20E. Grayscale: #9B9B9B. Windows color (decimal): -565775 or 15818231. OLE color: 15818231.

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

Color convert

RGB 247 93 241 -
CMYK 0 0.62 0.02 0.03
HSL 302.34º 0.91% 0.67% -
HSV(B) 302.34º 0.62% 0.97% -
XYZ 58.15 33.95 86.71 -
YUV 155.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 247 93 241 0 0.62 0.02 0.03 302.34 0.91 0.67
Hex F7 5D F1 0 3E 2 3 12E 5B 43
Octal 367 135 361 0 76 2 3 456 133 103
Binary 11110111 1011101 11110001 0 111110 10 11 100101110 1011011 1000011

Color Harmonies of #F75DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DF1

Black with #F75DF1

Text Example


Text Example

White with #F75DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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