Html Css Color HEX #F05BFE Pink Flamingo

📋 copy color: '#F05BFE'

red 240 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #F05BFE

Tints of Pink Flamingo #F05BFE

RGB

 RED value IS 240 (94.14% from 255) = 41.03%

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 41.03%
G = 15.56%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F05BFE (or 0xF05BFE) is known color: Pink Flamingo. HEX triplet: F0, 5B and FE. RGB value is (240,91,254). Sum of RGB (Red+Green+Blue) = 240+91+254=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 91 (35.94% from 255 or 15.56% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F05BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05BFE is #0FA401. Grayscale: #999999. Windows color (decimal): -1025026 or 16669680. OLE color: 16669680.

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

Color convert

RGB 240 91 254 -
CMYK 0.06 0.64 0 0.00
HSL 294.85º 0.99% 0.68% -
HSV(B) 294.85º 0.64% 1% -
XYZ 57.57 33.16 97.13 -
YUV 154.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 240 91 254 0.06 0.64 0 0.00 294.85 0.99 0.68
Hex F0 5B FE 6 40 0 0 127 63 44
Octal 360 133 376 6 100 0 0 447 143 104
Binary 11110000 1011011 11111110 110 1000000 0 0 100100111 1100011 1000100

Color Harmonies of #F05BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05BFE

Black with #F05BFE

Text Example


Text Example

White with #F05BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05BFE; }

 p { color: rgb(240,91,254); }

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

background-color css

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

 a { background-color: rgb(240,91,254); }

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

border-color css

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

 span { border-color: rgb(240,91,254); }

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