Html Css Color HEX #F05AFF Pink Flamingo

📋 copy color: '#F05AFF'

red 240 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #F05AFF

Tints of Pink Flamingo #F05AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.38%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 41.03%
G = 15.38%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F05AFF (or 0xF05AFF) is known color: Pink Flamingo. HEX triplet: F0, 5A and FF. RGB value is (240,90,255). Sum of RGB (Red+Green+Blue) = 240+90+255=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F05AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05AFF is #0FA500. Grayscale: #999999. Windows color (decimal): -1025281 or 16734960. OLE color: 16734960.

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

Color convert

RGB 240 90 255 -
CMYK 0.06 0.65 0 0
HSL 294.55º 1% 0.68% -
HSV(B) 294.55º 0.65% 1% -
XYZ 57.64 33.06 97.95 -
YUV 153.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 240 90 255 0.06 0.65 0 0 294.55 1 0.68
Hex F0 5A FF 6 41 0 0 127 64 44
Octal 360 132 377 6 101 0 0 447 144 104
Binary 11110000 1011010 11111111 110 1000001 0 0 100100111 1100100 1000100

Color Harmonies of #F05AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05AFF

Black with #F05AFF

Text Example


Text Example

White with #F05AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05AFF; }

 p { color: rgb(240,90,255); }

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

background-color css

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

 a { background-color: rgb(240,90,255); }

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

border-color css

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

 span { border-color: rgb(240,90,255); }

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