Html Css Color HEX #FA55EA Pink Flamingo

📋 copy color: '#FA55EA'

red 250 ◦ green 85 ◦ blue 234

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

Shades of Pink Flamingo #FA55EA

Tints of Pink Flamingo #FA55EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 43.94%
G = 14.94%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA55EA (or 0xFA55EA) is known color: Pink Flamingo. HEX triplet: FA, 55 and EA. RGB value is (250,85,234). Sum of RGB (Red+Green+Blue) = 250+85+234=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55EA is #05AA15. Grayscale: #969696. Windows color (decimal): -371222 or 15357434. OLE color: 15357434.

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

Color convert

RGB 250 85 234 -
CMYK 0 0.66 0.06 0.02
HSL 305.82º 0.94% 0.66% -
HSV(B) 305.82º 0.66% 0.98% -
XYZ 57.52 32.76 81.13 -
YUV 151.32 174.66 198.38 -
System Red Green Blue C M Y K H S L
Decimal 250 85 234 0 0.66 0.06 0.02 305.82 0.94 0.66
Hex FA 55 EA 0 42 6 2 132 5E 42
Octal 372 125 352 0 102 6 2 462 136 102
Binary 11111010 1010101 11101010 0 1000010 110 10 100110010 1011110 1000010

Color Harmonies of #FA55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55EA

Black with #FA55EA

Text Example


Text Example

White with #FA55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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