Html Css Color HEX #F550FF Pink Flamingo

📋 copy color: '#F550FF'

red 245 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #F550FF

Tints of Pink Flamingo #F550FF

RGB

 RED value IS 245 (96.09% from 255) = 42.24%

 GREEN value IS 80 (31.64% from 255) = 13.79%

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

R = 42.24%
G = 13.79%
B = 43.97%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F550FF (or 0xF550FF) is known color: Pink Flamingo. HEX triplet: F5, 50 and FF. RGB value is (245,80,255). Sum of RGB (Red+Green+Blue) = 245+80+255=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F550FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550FF is #0AAF00. Grayscale: #949494. Windows color (decimal): -700161 or 16732405. OLE color: 16732405.

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

Color convert

RGB 245 80 255 -
CMYK 0.04 0.69 0 0
HSL 296.57º 1% 0.66% -
HSV(B) 296.57º 0.69% 1% -
XYZ 58.57 32.37 97.77 -
YUV 149.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 245 80 255 0.04 0.69 0 0 296.57 1 0.66
Hex F5 50 FF 4 45 0 0 129 64 42
Octal 365 120 377 4 105 0 0 451 144 102
Binary 11110101 1010000 11111111 100 1000101 0 0 100101001 1100100 1000010

Color Harmonies of #F550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550FF

Black with #F550FF

Text Example


Text Example

White with #F550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550FF; }

 p { color: rgb(245,80,255); }

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

background-color css

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

 a { background-color: rgb(245,80,255); }

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

border-color css

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

 span { border-color: rgb(245,80,255); }

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