Html Css Color HEX #F75DFF Pink Flamingo

📋 copy color: '#F75DFF'

red 247 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #F75DFF

Tints of Pink Flamingo #F75DFF

RGB

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

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

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

R = 41.51%
G = 15.63%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F75DFF (or 0xF75DFF) is known color: Pink Flamingo. HEX triplet: F7, 5D and FF. RGB value is (247,93,255). Sum of RGB (Red+Green+Blue) = 247+93+255=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 93 (36.72% from 255 or 15.63% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DFF is #08A200. Grayscale: #9D9D9D. Windows color (decimal): -565761 or 16735735. OLE color: 16735735.

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

Color convert

RGB 247 93 255 -
CMYK 0.03 0.64 0 0
HSL 297.04º 1% 0.68% -
HSV(B) 297.04º 0.64% 1% -
XYZ 60.32 34.82 98.15 -
YUV 157.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 247 93 255 0.03 0.64 0 0 297.04 1 0.68
Hex F7 5D FF 3 40 0 0 129 64 44
Octal 367 135 377 3 100 0 0 451 144 104
Binary 11110111 1011101 11111111 11 1000000 0 0 100101001 1100100 1000100

Color Harmonies of #F75DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DFF

Black with #F75DFF

Text Example


Text Example

White with #F75DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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