Html Css Color HEX #F552FC Pink Flamingo

📋 copy color: '#F552FC'

red 245 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #F552FC

Tints of Pink Flamingo #F552FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.16%

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

R = 42.31%
G = 14.16%
B = 43.52%

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

#F552FC (or 0xF552FC) is known color: Pink Flamingo. HEX triplet: F5, 52 and FC. RGB value is (245,82,252). Sum of RGB (Red+Green+Blue) = 245+82+252=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 82 (32.42% from 255 or 14.16% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #F552FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FC is #0AAD03. Grayscale: #959595. Windows color (decimal): -699652 or 16536309. OLE color: 16536309.

HSL color Cylindrical-coordinate representation of color #F552FC: hue angle of 297.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552FC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 82 252 -
CMYK 0.03 0.67 0 0.01
HSL 297.53º 0.97% 0.65% -
HSV(B) 297.53º 0.67% 0.99% -
XYZ 58.24 32.48 95.29 -
YUV 150.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 245 82 252 0.03 0.67 0 0.01 297.53 0.97 0.65
Hex F5 52 FC 3 43 0 1 12A 61 41
Octal 365 122 374 3 103 0 1 452 141 101
Binary 11110101 1010010 11111100 11 1000011 0 1 100101010 1100001 1000001

Color Harmonies of #F552FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552FC

Black with #F552FC

Text Example


Text Example

White with #F552FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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