Html Css Color HEX #F552FD Pink Flamingo

📋 copy color: '#F552FD'

red 245 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #F552FD

Tints of Pink Flamingo #F552FD

RGB

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

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

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

R = 42.24%
G = 14.14%
B = 43.62%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F552FD (or 0xF552FD) is known color: Pink Flamingo. HEX triplet: F5, 52 and FD. RGB value is (245,82,253). Sum of RGB (Red+Green+Blue) = 245+82+253=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 82 (32.42% from 255 or 14.14% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #F552FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FD is #0AAD02. Grayscale: #959595. Windows color (decimal): -699651 or 16601845. OLE color: 16601845.

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

Color convert

RGB 245 82 253 -
CMYK 0.03 0.68 0 0.01
HSL 297.19º 0.98% 0.66% -
HSV(B) 297.19º 0.68% 0.99% -
XYZ 58.4 32.54 96.13 -
YUV 150.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 245 82 253 0.03 0.68 0 0.01 297.19 0.98 0.66
Hex F5 52 FD 3 44 0 1 129 62 42
Octal 365 122 375 3 104 0 1 451 142 102
Binary 11110101 1010010 11111101 11 1000100 0 1 100101001 1100010 1000010

Color Harmonies of #F552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552FD

Black with #F552FD

Text Example


Text Example

White with #F552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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