Html Css Color HEX #F552FF Pink Flamingo

📋 copy color: '#F552FF'

red 245 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #F552FF

Tints of Pink Flamingo #F552FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 42.1%
G = 14.09%
B = 43.81%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F552FF (or 0xF552FF) is known color: Pink Flamingo. HEX triplet: F5, 52 and FF. RGB value is (245,82,255). Sum of RGB (Red+Green+Blue) = 245+82+255=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F552FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552FF is #0AAD00. Grayscale: #959595. Windows color (decimal): -699649 or 16732917. OLE color: 16732917.

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

Color convert

RGB 245 82 255 -
CMYK 0.04 0.68 0 0
HSL 296.53º 1% 0.66% -
HSV(B) 296.53º 0.68% 1% -
XYZ 58.72 32.67 97.82 -
YUV 150.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 245 82 255 0.04 0.68 0 0 296.53 1 0.66
Hex F5 52 FF 4 44 0 0 129 64 42
Octal 365 122 377 4 104 0 0 451 144 102
Binary 11110101 1010010 11111111 100 1000100 0 0 100101001 1100100 1000010

Color Harmonies of #F552FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552FF

Black with #F552FF

Text Example


Text Example

White with #F552FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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