Html Css Color HEX #F05BFB Pink Flamingo

📋 copy color: '#F05BFB'

red 240 ◦ green 91 ◦ blue 251

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

Shades of Pink Flamingo #F05BFB

Tints of Pink Flamingo #F05BFB

RGB

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

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

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

R = 41.24%
G = 15.64%
B = 43.13%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F05BFB (or 0xF05BFB) is known color: Pink Flamingo. HEX triplet: F0, 5B and FB. RGB value is (240,91,251). Sum of RGB (Red+Green+Blue) = 240+91+251=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #F05BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05BFB is #0FA404. Grayscale: #999999. Windows color (decimal): -1025029 or 16473072. OLE color: 16473072.

HSL color Cylindrical-coordinate representation of color #F05BFB: hue angle of 295.88º 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 #F05BFB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 91 251 -
CMYK 0.04 0.64 0 0.02
HSL 295.88º 0.95% 0.67% -
HSV(B) 295.88º 0.64% 0.98% -
XYZ 57.09 32.97 94.62 -
YUV 153.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 240 91 251 0.04 0.64 0 0.02 295.88 0.95 0.67
Hex F0 5B FB 4 40 0 2 128 5F 43
Octal 360 133 373 4 100 0 2 450 137 103
Binary 11110000 1011011 11111011 100 1000000 0 10 100101000 1011111 1000011

Color Harmonies of #F05BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05BFB

Black with #F05BFB

Text Example


Text Example

White with #F05BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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