Html Css Color HEX #F05FFE Pink Flamingo

📋 copy color: '#F05FFE'

red 240 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #F05FFE

Tints of Pink Flamingo #F05FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.13%

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

R = 40.75%
G = 16.13%
B = 43.12%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F05FFE (or 0xF05FFE) is known color: Pink Flamingo. HEX triplet: F0, 5F and FE. RGB value is (240,95,254). Sum of RGB (Red+Green+Blue) = 240+95+254=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 95 (37.5% from 255 or 16.13% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #F05FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FFE is #0FA001. Grayscale: #9B9B9B. Windows color (decimal): -1024002 or 16670704. OLE color: 16670704.

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

Color convert

RGB 240 95 254 -
CMYK 0.06 0.63 0 0.00
HSL 294.72º 0.99% 0.68% -
HSV(B) 294.72º 0.63% 1% -
XYZ 57.92 33.87 97.25 -
YUV 156.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 240 95 254 0.06 0.63 0 0.00 294.72 0.99 0.68
Hex F0 5F FE 6 3F 0 0 127 63 44
Octal 360 137 376 6 77 0 0 447 143 104
Binary 11110000 1011111 11111110 110 111111 0 0 100100111 1100011 1000100

Color Harmonies of #F05FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FFE

Black with #F05FFE

Text Example


Text Example

White with #F05FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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