Html Css Color HEX #F552FE Pink Flamingo

📋 copy color: '#F552FE'

red 245 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #F552FE

Tints of Pink Flamingo #F552FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 42.17%
G = 14.11%
B = 43.72%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F552FE (or 0xF552FE) is known color: Pink Flamingo. HEX triplet: F5, 52 and FE. RGB value is (245,82,254). Sum of RGB (Red+Green+Blue) = 245+82+254=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 82 (32.42% from 255 or 14.11% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #F552FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FE is #0AAD01. Grayscale: #959595. Windows color (decimal): -699650 or 16667381. OLE color: 16667381.

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

Color convert

RGB 245 82 254 -
CMYK 0.04 0.68 0 0.00
HSL 296.86º 0.99% 0.66% -
HSV(B) 296.86º 0.68% 1% -
XYZ 58.56 32.6 96.97 -
YUV 150.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 245 82 254 0.04 0.68 0 0.00 296.86 0.99 0.66
Hex F5 52 FE 4 44 0 0 129 63 42
Octal 365 122 376 4 104 0 0 451 143 102
Binary 11110101 1010010 11111110 100 1000100 0 0 100101001 1100011 1000010

Color Harmonies of #F552FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552FE

Black with #F552FE

Text Example


Text Example

White with #F552FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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