Html Css Color HEX #F554FF Pink Flamingo

📋 copy color: '#F554FF'

red 245 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #F554FF

Tints of Pink Flamingo #F554FF

RGB

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

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

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

R = 41.95%
G = 14.38%
B = 43.66%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F554FF (or 0xF554FF) is known color: Pink Flamingo. HEX triplet: F5, 54 and FF. RGB value is (245,84,255). Sum of RGB (Red+Green+Blue) = 245+84+255=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 84 (33.20% from 255 or 14.38% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F554FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554FF is #0AAB00. Grayscale: #979797. Windows color (decimal): -699137 or 16733429. OLE color: 16733429.

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

Color convert

RGB 245 84 255 -
CMYK 0.04 0.67 0 0
HSL 296.49º 1% 0.66% -
HSV(B) 296.49º 0.67% 1% -
XYZ 58.88 32.97 97.87 -
YUV 151.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 245 84 255 0.04 0.67 0 0 296.49 1 0.66
Hex F5 54 FF 4 43 0 0 128 64 42
Octal 365 124 377 4 103 0 0 450 144 102
Binary 11110101 1010100 11111111 100 1000011 0 0 100101000 1100100 1000010

Color Harmonies of #F554FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554FF

Black with #F554FF

Text Example


Text Example

White with #F554FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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