Html Css Color HEX #F05FFF Pink Flamingo

📋 copy color: '#F05FFF'

red 240 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #F05FFF

Tints of Pink Flamingo #F05FFF

RGB

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

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

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

R = 40.68%
G = 16.1%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F05FFF (or 0xF05FFF) is known color: Pink Flamingo. HEX triplet: F0, 5F and FF. RGB value is (240,95,255). Sum of RGB (Red+Green+Blue) = 240+95+255=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 95 (37.5% from 255 or 16.10% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F05FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FFF is #0FA000. Grayscale: #9C9C9C. Windows color (decimal): -1024001 or 16736240. OLE color: 16736240.

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

Color convert

RGB 240 95 255 -
CMYK 0.06 0.63 0 0
HSL 294.38º 1% 0.69% -
HSV(B) 294.38º 0.63% 1% -
XYZ 58.08 33.93 98.1 -
YUV 156.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 240 95 255 0.06 0.63 0 0 294.38 1 0.69
Hex F0 5F FF 6 3F 0 0 126 64 45
Octal 360 137 377 6 77 0 0 446 144 105
Binary 11110000 1011111 11111111 110 111111 0 0 100100110 1100100 1000101

Color Harmonies of #F05FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FFF

Black with #F05FFF

Text Example


Text Example

White with #F05FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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