Html Css Color HEX #FA55FF Pink Flamingo

📋 copy color: '#FA55FF'

red 250 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #FA55FF

Tints of Pink Flamingo #FA55FF

RGB

 RED value IS 250 (98.05% from 255) = 42.37%

 GREEN value IS 85 (33.59% from 255) = 14.41%

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

R = 42.37%
G = 14.41%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA55FF (or 0xFA55FF) is known color: Pink Flamingo. HEX triplet: FA, 55 and FF. RGB value is (250,85,255). Sum of RGB (Red+Green+Blue) = 250+85+255=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 85 (33.59% from 255 or 14.41% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55FF is #05AA00. Grayscale: #999999. Windows color (decimal): -371201 or 16733690. OLE color: 16733690.

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

Color convert

RGB 250 85 255 -
CMYK 0.02 0.67 0 0
HSL 298.24º 1% 0.67% -
HSV(B) 298.24º 0.67% 1% -
XYZ 60.72 34.04 97.98 -
YUV 153.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 250 85 255 0.02 0.67 0 0 298.24 1 0.67
Hex FA 55 FF 2 43 0 0 12A 64 43
Octal 372 125 377 2 103 0 0 452 144 103
Binary 11111010 1010101 11111111 10 1000011 0 0 100101010 1100100 1000011

Color Harmonies of #FA55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55FF

Black with #FA55FF

Text Example


Text Example

White with #FA55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55FF; }

 p { color: rgb(250,85,255); }

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

background-color css

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

 a { background-color: rgb(250,85,255); }

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

border-color css

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

 span { border-color: rgb(250,85,255); }

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