Html Css Color HEX #F554FD Pink Flamingo

📋 copy color: '#F554FD'

red 245 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #F554FD

Tints of Pink Flamingo #F554FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.43%

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

R = 42.1%
G = 14.43%
B = 43.47%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F554FD (or 0xF554FD) is known color: Pink Flamingo. HEX triplet: F5, 54 and FD. RGB value is (245,84,253). Sum of RGB (Red+Green+Blue) = 245+84+253=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 84 (33.20% from 255 or 14.43% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #F554FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554FD is #0AAB02. Grayscale: #969696. Windows color (decimal): -699139 or 16602357. OLE color: 16602357.

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

Color convert

RGB 245 84 253 -
CMYK 0.03 0.67 0 0.01
HSL 297.16º 0.98% 0.66% -
HSV(B) 297.16º 0.67% 0.99% -
XYZ 58.56 32.84 96.18 -
YUV 151.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 245 84 253 0.03 0.67 0 0.01 297.16 0.98 0.66
Hex F5 54 FD 3 43 0 1 129 62 42
Octal 365 124 375 3 103 0 1 451 142 102
Binary 11110101 1010100 11111101 11 1000011 0 1 100101001 1100010 1000010

Color Harmonies of #F554FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554FD

Black with #F554FD

Text Example


Text Example

White with #F554FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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