Html Css Color HEX #F554F1 Pink Flamingo

📋 copy color: '#F554F1'

red 245 ◦ green 84 ◦ blue 241

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

Shades of Pink Flamingo #F554F1

Tints of Pink Flamingo #F554F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.74%

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 42.98%
G = 14.74%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F554F1 (or 0xF554F1) is known color: Pink Flamingo. HEX triplet: F5, 54 and F1. RGB value is (245,84,241). Sum of RGB (Red+Green+Blue) = 245+84+241=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F554F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554F1 is #0AAB0E. Grayscale: #959595. Windows color (decimal): -699151 or 15815925. OLE color: 15815925.

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

Color convert

RGB 245 84 241 -
CMYK 0 0.66 0.02 0.04
HSL 301.49º 0.89% 0.65% -
HSV(B) 301.49º 0.66% 0.96% -
XYZ 56.7 32.1 86.43 -
YUV 150.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 245 84 241 0 0.66 0.02 0.04 301.49 0.89 0.65
Hex F5 54 F1 0 42 2 4 12D 59 41
Octal 365 124 361 0 102 2 4 455 131 101
Binary 11110101 1010100 11110001 0 1000010 10 100 100101101 1011001 1000001

Color Harmonies of #F554F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554F1

Black with #F554F1

Text Example


Text Example

White with #F554F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554F1; }

 p { color: rgb(245,84,241); }

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

background-color css

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

 a { background-color: rgb(245,84,241); }

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

border-color css

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

 span { border-color: rgb(245,84,241); }

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