Html Css Color HEX #F55CF7 Pink Flamingo

📋 copy color: '#F55CF7'

red 245 ◦ green 92 ◦ blue 247

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

Shades of Pink Flamingo #F55CF7

Tints of Pink Flamingo #F55CF7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.75%

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 41.95%
G = 15.75%
B = 42.29%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F55CF7 (or 0xF55CF7) is known color: Pink Flamingo. HEX triplet: F5, 5C and F7. RGB value is (245,92,247). Sum of RGB (Red+Green+Blue) = 245+92+247=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #F55CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CF7 is #0AA308. Grayscale: #9A9A9A. Windows color (decimal): -697097 or 16211189. OLE color: 16211189.

HSL color Cylindrical-coordinate representation of color #F55CF7: hue angle of 299.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55CF7 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 92 247 -
CMYK 0.01 0.63 0 0.03
HSL 299.23º 0.91% 0.66% -
HSV(B) 299.23º 0.63% 0.97% -
XYZ 58.27 33.78 91.45 -
YUV 155.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 245 92 247 0.01 0.63 0 0.03 299.23 0.91 0.66
Hex F5 5C F7 1 3F 0 3 12B 5B 42
Octal 365 134 367 1 77 0 3 453 133 102
Binary 11110101 1011100 11110111 1 111111 0 11 100101011 1011011 1000010

Color Harmonies of #F55CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CF7

Black with #F55CF7

Text Example


Text Example

White with #F55CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CF7; }

 p { color: rgb(245,92,247); }

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

background-color css

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

 a { background-color: rgb(245,92,247); }

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

border-color css

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

 span { border-color: rgb(245,92,247); }

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