Html Css Color HEX #F553FC Pink Flamingo

📋 copy color: '#F553FC'

red 245 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #F553FC

Tints of Pink Flamingo #F553FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 42.24%
G = 14.31%
B = 43.45%

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

#F553FC (or 0xF553FC) is known color: Pink Flamingo. HEX triplet: F5, 53 and FC. RGB value is (245,83,252). Sum of RGB (Red+Green+Blue) = 245+83+252=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #F553FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553FC is #0AAC03. Grayscale: #969696. Windows color (decimal): -699396 or 16536565. OLE color: 16536565.

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

Color convert

RGB 245 83 252 -
CMYK 0.03 0.67 0 0.01
HSL 297.51º 0.97% 0.66% -
HSV(B) 297.51º 0.67% 0.99% -
XYZ 58.32 32.63 95.32 -
YUV 150.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 245 83 252 0.03 0.67 0 0.01 297.51 0.97 0.66
Hex F5 53 FC 3 43 0 1 12A 61 42
Octal 365 123 374 3 103 0 1 452 141 102
Binary 11110101 1010011 11111100 11 1000011 0 1 100101010 1100001 1000010

Color Harmonies of #F553FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553FC

Black with #F553FC

Text Example


Text Example

White with #F553FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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