Html Css Color HEX #F552F6 Pink Flamingo

📋 copy color: '#F552F6'

red 245 ◦ green 82 ◦ blue 246

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

Shades of Pink Flamingo #F552F6

Tints of Pink Flamingo #F552F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 42.76%
G = 14.31%
B = 42.93%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F552F6 (or 0xF552F6) is known color: Pink Flamingo. HEX triplet: F5, 52 and F6. RGB value is (245,82,246). Sum of RGB (Red+Green+Blue) = 245+82+246=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 82 (32.42% from 255 or 14.31% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #F552F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552F6 is #0AAD09. Grayscale: #949494. Windows color (decimal): -699658 or 16143093. OLE color: 16143093.

HSL color Cylindrical-coordinate representation of color #F552F6: hue angle of 299.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552F6 is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 246 -
CMYK 0.00 0.67 0 0.04
HSL 299.63º 0.9% 0.64% -
HSV(B) 299.63º 0.67% 0.96% -
XYZ 57.31 32.1 90.36 -
YUV 149.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 245 82 246 0.00 0.67 0 0.04 299.63 0.9 0.64
Hex F5 52 F6 0 43 0 4 12C 5A 40
Octal 365 122 366 0 103 0 4 454 132 100
Binary 11110101 1010010 11110110 0 1000011 0 100 100101100 1011010 1000000

Color Harmonies of #F552F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552F6

Black with #F552F6

Text Example


Text Example

White with #F552F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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