Html Css Color HEX #F552F9 Pink Flamingo

📋 copy color: '#F552F9'

red 245 ◦ green 82 ◦ blue 249

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

Shades of Pink Flamingo #F552F9

Tints of Pink Flamingo #F552F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 42.53%
G = 14.24%
B = 43.23%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F552F9 (or 0xF552F9) is known color: Pink Flamingo. HEX triplet: F5, 52 and F9. RGB value is (245,82,249). Sum of RGB (Red+Green+Blue) = 245+82+249=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #F552F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552F9 is #0AAD06. Grayscale: #959595. Windows color (decimal): -699655 or 16339701. OLE color: 16339701.

HSL color Cylindrical-coordinate representation of color #F552F9: hue angle of 298.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552F9 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 82 249 -
CMYK 0.02 0.67 0 0.02
HSL 298.56º 0.93% 0.65% -
HSV(B) 298.56º 0.67% 0.98% -
XYZ 57.77 32.29 92.81 -
YUV 149.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 245 82 249 0.02 0.67 0 0.02 298.56 0.93 0.65
Hex F5 52 F9 2 43 0 2 12B 5D 41
Octal 365 122 371 2 103 0 2 453 135 101
Binary 11110101 1010010 11111001 10 1000011 0 10 100101011 1011101 1000001

Color Harmonies of #F552F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552F9

Black with #F552F9

Text Example


Text Example

White with #F552F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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