Html Css Color HEX #F75EFB Pink Flamingo

📋 copy color: '#F75EFB'

red 247 ◦ green 94 ◦ blue 251

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

Shades of Pink Flamingo #F75EFB

Tints of Pink Flamingo #F75EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.88%

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 41.72%
G = 15.88%
B = 42.4%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F75EFB (or 0xF75EFB) is known color: Pink Flamingo. HEX triplet: F7, 5E and FB. RGB value is (247,94,251). Sum of RGB (Red+Green+Blue) = 247+94+251=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #F75EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFB is #08A104. Grayscale: #9D9D9D. Windows color (decimal): -565509 or 16473847. OLE color: 16473847.

HSL color Cylindrical-coordinate representation of color #F75EFB: hue angle of 298.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75EFB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 94 251 -
CMYK 0.02 0.63 0 0.02
HSL 298.47º 0.95% 0.68% -
HSV(B) 298.47º 0.63% 0.98% -
XYZ 59.77 34.74 94.82 -
YUV 157.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 247 94 251 0.02 0.63 0 0.02 298.47 0.95 0.68
Hex F7 5E FB 2 3F 0 2 12A 5F 44
Octal 367 136 373 2 77 0 2 452 137 104
Binary 11110111 1011110 11111011 10 111111 0 10 100101010 1011111 1000100

Color Harmonies of #F75EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EFB

Black with #F75EFB

Text Example


Text Example

White with #F75EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EFB; }

 p { color: rgb(247,94,251); }

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

background-color css

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

 a { background-color: rgb(247,94,251); }

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

border-color css

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

 span { border-color: rgb(247,94,251); }

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