Html Css Color HEX #F75AFF Pink Flamingo

📋 copy color: '#F75AFF'

red 247 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #F75AFF

Tints of Pink Flamingo #F75AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.2%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 41.72%
G = 15.2%
B = 43.07%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F75AFF (or 0xF75AFF) is known color: Pink Flamingo. HEX triplet: F7, 5A and FF. RGB value is (247,90,255). Sum of RGB (Red+Green+Blue) = 247+90+255=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AFF is #08A500. Grayscale: #9B9B9B. Windows color (decimal): -566529 or 16734967. OLE color: 16734967.

HSL color Cylindrical-coordinate representation of color #F75AFF: hue angle of 297.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F75AFF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 90 255 -
CMYK 0.03 0.65 0 0
HSL 297.09º 1% 0.68% -
HSV(B) 297.09º 0.65% 1% -
XYZ 60.06 34.31 98.06 -
YUV 155.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 247 90 255 0.03 0.65 0 0 297.09 1 0.68
Hex F7 5A FF 3 41 0 0 129 64 44
Octal 367 132 377 3 101 0 0 451 144 104
Binary 11110111 1011010 11111111 11 1000001 0 0 100101001 1100100 1000100

Color Harmonies of #F75AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AFF

Black with #F75AFF

Text Example


Text Example

White with #F75AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AFF; }

 p { color: rgb(247,90,255); }

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

background-color css

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

 a { background-color: rgb(247,90,255); }

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

border-color css

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

 span { border-color: rgb(247,90,255); }

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