Html Css Color HEX #FF5EFA Pink Flamingo

📋 copy color: '#FF5EFA'

red 255 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #FF5EFA

Tints of Pink Flamingo #FF5EFA

RGB

 RED value IS 255 (100% from 255) = 42.57%

 GREEN value IS 94 (37.11% from 255) = 15.69%

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

R = 42.57%
G = 15.69%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF5EFA (or 0xFF5EFA) is known color: Pink Flamingo. HEX triplet: FF, 5E and FA. RGB value is (255,94,250). Sum of RGB (Red+Green+Blue) = 255+94+250=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 94 (37.11% from 255 or 15.69% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EFA is #00A105. Grayscale: #9F9F9F. Windows color (decimal): -41222 or 16408319. OLE color: 16408319.

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

Color convert

RGB 255 94 250 -
CMYK 0 0.63 0.02 0
HSL 301.86º 1% 0.68% -
HSV(B) 301.86º 0.63% 1% -
XYZ 62.5 36.17 94.13 -
YUV 159.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 255 94 250 0 0.63 0.02 0 301.86 1 0.68
Hex FF 5E FA 0 3F 2 0 12E 64 44
Octal 377 136 372 0 77 2 0 456 144 104
Binary 11111111 1011110 11111010 0 111111 10 0 100101110 1100100 1000100

Color Harmonies of #FF5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5EFA

Black with #FF5EFA

Text Example


Text Example

White with #FF5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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