Html Css Color HEX #F75FFF Pink Flamingo

📋 copy color: '#F75FFF'

red 247 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #F75FFF

Tints of Pink Flamingo #F75FFF

RGB

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

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

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

R = 41.37%
G = 15.91%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F75FFF (or 0xF75FFF) is known color: Pink Flamingo. HEX triplet: F7, 5F and FF. RGB value is (247,95,255). Sum of RGB (Red+Green+Blue) = 247+95+255=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 95 (37.5% from 255 or 15.91% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FFF is #08A000. Grayscale: #9E9E9E. Windows color (decimal): -565249 or 16736247. OLE color: 16736247.

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

Color convert

RGB 247 95 255 -
CMYK 0.03 0.63 0 0
HSL 297º 1% 0.69% -
HSV(B) 297º 0.63% 1% -
XYZ 60.5 35.18 98.21 -
YUV 158.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 247 95 255 0.03 0.63 0 0 297 1 0.69
Hex F7 5F FF 3 3F 0 0 129 64 45
Octal 367 137 377 3 77 0 0 451 144 105
Binary 11110111 1011111 11111111 11 111111 0 0 100101001 1100100 1000101

Color Harmonies of #F75FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FFF

Black with #F75FFF

Text Example


Text Example

White with #F75FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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