Html Css Color HEX #F75BFB Pink Flamingo

📋 copy color: '#F75BFB'

red 247 ◦ green 91 ◦ blue 251

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

Shades of Pink Flamingo #F75BFB

Tints of Pink Flamingo #F75BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.45%

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

R = 41.94%
G = 15.45%
B = 42.61%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F75BFB (or 0xF75BFB) is known color: Pink Flamingo. HEX triplet: F7, 5B and FB. RGB value is (247,91,251). Sum of RGB (Red+Green+Blue) = 247+91+251=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 91 (35.94% from 255 or 15.45% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #F75BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75BFB is #08A404. Grayscale: #9B9B9B. Windows color (decimal): -566277 or 16473079. OLE color: 16473079.

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

Color convert

RGB 247 91 251 -
CMYK 0.02 0.64 0 0.02
HSL 298.5º 0.95% 0.67% -
HSV(B) 298.5º 0.64% 0.98% -
XYZ 59.51 34.22 94.74 -
YUV 155.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 247 91 251 0.02 0.64 0 0.02 298.5 0.95 0.67
Hex F7 5B FB 2 40 0 2 12A 5F 43
Octal 367 133 373 2 100 0 2 452 137 103
Binary 11110111 1011011 11111011 10 1000000 0 10 100101010 1011111 1000011

Color Harmonies of #F75BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75BFB

Black with #F75BFB

Text Example


Text Example

White with #F75BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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