Html Css Color HEX #F554FE Pink Flamingo

📋 copy color: '#F554FE'

red 245 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #F554FE

Tints of Pink Flamingo #F554FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 42.02%
G = 14.41%
B = 43.57%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F554FE (or 0xF554FE) is known color: Pink Flamingo. HEX triplet: F5, 54 and FE. RGB value is (245,84,254). Sum of RGB (Red+Green+Blue) = 245+84+254=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 84 (33.20% from 255 or 14.41% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #F554FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554FE is #0AAB01. Grayscale: #979797. Windows color (decimal): -699138 or 16667893. OLE color: 16667893.

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

Color convert

RGB 245 84 254 -
CMYK 0.04 0.67 0 0.00
HSL 296.82º 0.99% 0.66% -
HSV(B) 296.82º 0.67% 1% -
XYZ 58.72 32.91 97.02 -
YUV 151.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 245 84 254 0.04 0.67 0 0.00 296.82 0.99 0.66
Hex F5 54 FE 4 43 0 0 129 63 42
Octal 365 124 376 4 103 0 0 451 143 102
Binary 11110101 1010100 11111110 100 1000011 0 0 100101001 1100011 1000010

Color Harmonies of #F554FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554FE

Black with #F554FE

Text Example


Text Example

White with #F554FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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