Html Css Color HEX #F550FD Pink Flamingo

📋 copy color: '#F550FD'

red 245 ◦ green 80 ◦ blue 253

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

Shades of Pink Flamingo #F550FD

Tints of Pink Flamingo #F550FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 42.39%
G = 13.84%
B = 43.77%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F550FD (or 0xF550FD) is known color: Pink Flamingo. HEX triplet: F5, 50 and FD. RGB value is (245,80,253). Sum of RGB (Red+Green+Blue) = 245+80+253=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 80 (31.64% from 255 or 13.84% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #F550FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550FD is #0AAF02. Grayscale: #949494. Windows color (decimal): -700163 or 16601333. OLE color: 16601333.

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

Color convert

RGB 245 80 253 -
CMYK 0.03 0.68 0 0.01
HSL 297.23º 0.98% 0.65% -
HSV(B) 297.23º 0.68% 0.99% -
XYZ 58.25 32.24 96.08 -
YUV 149.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 245 80 253 0.03 0.68 0 0.01 297.23 0.98 0.65
Hex F5 50 FD 3 44 0 1 129 62 41
Octal 365 120 375 3 104 0 1 451 142 101
Binary 11110101 1010000 11111101 11 1000100 0 1 100101001 1100010 1000001

Color Harmonies of #F550FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550FD

Black with #F550FD

Text Example


Text Example

White with #F550FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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