Html Css Color HEX #F55CFA Pink Flamingo

📋 copy color: '#F55CFA'

red 245 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #F55CFA

Tints of Pink Flamingo #F55CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 41.74%
G = 15.67%
B = 42.59%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F55CFA (or 0xF55CFA) is known color: Pink Flamingo. HEX triplet: F5, 5C and FA. RGB value is (245,92,250). Sum of RGB (Red+Green+Blue) = 245+92+250=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #F55CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CFA is #0AA305. Grayscale: #9B9B9B. Windows color (decimal): -697094 or 16407797. OLE color: 16407797.

HSL color Cylindrical-coordinate representation of color #F55CFA: hue angle of 298.1º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55CFA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 92 250 -
CMYK 0.02 0.63 0 0.02
HSL 298.1º 0.94% 0.67% -
HSV(B) 298.1º 0.63% 0.98% -
XYZ 58.74 33.97 93.9 -
YUV 155.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 245 92 250 0.02 0.63 0 0.02 298.1 0.94 0.67
Hex F5 5C FA 2 3F 0 2 12A 5E 43
Octal 365 134 372 2 77 0 2 452 136 103
Binary 11110101 1011100 11111010 10 111111 0 10 100101010 1011110 1000011

Color Harmonies of #F55CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CFA

Black with #F55CFA

Text Example


Text Example

White with #F55CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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