Html Css Color HEX #F553FE Pink Flamingo

📋 copy color: '#F553FE'

red 245 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #F553FE

Tints of Pink Flamingo #F553FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.26%

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

R = 42.1%
G = 14.26%
B = 43.64%

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

#F553FE (or 0xF553FE) is known color: Pink Flamingo. HEX triplet: F5, 53 and FE. RGB value is (245,83,254). Sum of RGB (Red+Green+Blue) = 245+83+254=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 83 (32.81% from 255 or 14.26% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F553FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553FE is #0AAC01. Grayscale: #969696. Windows color (decimal): -699394 or 16667637. OLE color: 16667637.

HSL color Cylindrical-coordinate representation of color #F553FE: hue angle of 296.84º 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 #F553FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 83 254 -
CMYK 0.04 0.67 0 0.00
HSL 296.84º 0.99% 0.66% -
HSV(B) 296.84º 0.67% 1% -
XYZ 58.64 32.75 97 -
YUV 150.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 245 83 254 0.04 0.67 0 0.00 296.84 0.99 0.66
Hex F5 53 FE 4 43 0 0 129 63 42
Octal 365 123 376 4 103 0 0 451 143 102
Binary 11110101 1010011 11111110 100 1000011 0 0 100101001 1100011 1000010

Color Harmonies of #F553FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553FE

Black with #F553FE

Text Example


Text Example

White with #F553FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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