Html Css Color HEX #FA61ED Pink Flamingo

📋 copy color: '#FA61ED'

red 250 ◦ green 97 ◦ blue 237

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

Shades of Pink Flamingo #FA61ED

Tints of Pink Flamingo #FA61ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.61%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 42.81%
G = 16.61%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA61ED (or 0xFA61ED) is known color: Pink Flamingo. HEX triplet: FA, 61 and ED. RGB value is (250,97,237). Sum of RGB (Red+Green+Blue) = 250+97+237=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA61ED is #059E12. Grayscale: #9E9E9E. Windows color (decimal): -368147 or 15557114. OLE color: 15557114.

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

Color convert

RGB 250 97 237 -
CMYK 0 0.61 0.05 0.02
HSL 305.1º 0.94% 0.68% -
HSV(B) 305.1º 0.61% 0.98% -
XYZ 58.99 34.99 83.77 -
YUV 158.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 250 97 237 0 0.61 0.05 0.02 305.1 0.94 0.68
Hex FA 61 ED 0 3D 5 2 131 5E 44
Octal 372 141 355 0 75 5 2 461 136 104
Binary 11111010 1100001 11101101 0 111101 101 10 100110001 1011110 1000100

Color Harmonies of #FA61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61ED

Black with #FA61ED

Text Example


Text Example

White with #FA61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61ED; }

 p { color: rgb(250,97,237); }

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

background-color css

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

 a { background-color: rgb(250,97,237); }

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

border-color css

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

 span { border-color: rgb(250,97,237); }

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