Html Css Color HEX #F552FA Pink Flamingo

📋 copy color: '#F552FA'

red 245 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #F552FA

Tints of Pink Flamingo #F552FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 42.46%
G = 14.21%
B = 43.33%

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

#F552FA (or 0xF552FA) is known color: Pink Flamingo. HEX triplet: F5, 52 and FA. RGB value is (245,82,250). Sum of RGB (Red+Green+Blue) = 245+82+250=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F552FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FA is #0AAD05. Grayscale: #959595. Windows color (decimal): -699654 or 16405237. OLE color: 16405237.

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

Color convert

RGB 245 82 250 -
CMYK 0.02 0.67 0 0.02
HSL 298.21º 0.94% 0.65% -
HSV(B) 298.21º 0.67% 0.98% -
XYZ 57.93 32.35 93.63 -
YUV 149.89 184.5 195.84 -
System Red Green Blue C M Y K H S L
Decimal 245 82 250 0.02 0.67 0 0.02 298.21 0.94 0.65
Hex F5 52 FA 2 43 0 2 12A 5E 41
Octal 365 122 372 2 103 0 2 452 136 101
Binary 11110101 1010010 11111010 10 1000011 0 10 100101010 1011110 1000001

Color Harmonies of #F552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552FA

Black with #F552FA

Text Example


Text Example

White with #F552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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