Html Css Color HEX #F553FD Pink Flamingo

📋 copy color: '#F553FD'

red 245 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #F553FD

Tints of Pink Flamingo #F553FD

RGB

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

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

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

R = 42.17%
G = 14.29%
B = 43.55%

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

#F553FD (or 0xF553FD) is known color: Pink Flamingo. HEX triplet: F5, 53 and FD. RGB value is (245,83,253). Sum of RGB (Red+Green+Blue) = 245+83+253=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 83 (32.81% from 255 or 14.29% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #F553FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553FD is #0AAC02. Grayscale: #969696. Windows color (decimal): -699395 or 16602101. OLE color: 16602101.

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

Color convert

RGB 245 83 253 -
CMYK 0.03 0.67 0 0.01
HSL 297.18º 0.98% 0.66% -
HSV(B) 297.18º 0.67% 0.99% -
XYZ 58.48 32.69 96.16 -
YUV 150.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 245 83 253 0.03 0.67 0 0.01 297.18 0.98 0.66
Hex F5 53 FD 3 43 0 1 129 62 42
Octal 365 123 375 3 103 0 1 451 142 102
Binary 11110101 1010011 11111101 11 1000011 0 1 100101001 1100010 1000010

Color Harmonies of #F553FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553FD

Black with #F553FD

Text Example


Text Example

White with #F553FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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