Html Css Color HEX #FF3EFA Pink Flamingo

📋 copy color: '#FF3EFA'

red 255 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #FF3EFA

Tints of Pink Flamingo #FF3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 10.93%

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

R = 44.97%
G = 10.93%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF3EFA (or 0xFF3EFA) is known color: Pink Flamingo. HEX triplet: FF, 3E and FA. RGB value is (255,62,250). Sum of RGB (Red+Green+Blue) = 255+62+250=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 62 (24.61% from 255 or 10.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EFA is #00C105. Grayscale: #8C8C8C. Windows color (decimal): -49414 or 16400127. OLE color: 16400127.

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

Color convert

RGB 255 62 250 -
CMYK 0 0.76 0.02 0
HSL 301.55º 1% 0.62% -
HSV(B) 301.55º 0.76% 1% -
XYZ 60.22 31.61 93.37 -
YUV 141.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 255 62 250 0 0.76 0.02 0 301.55 1 0.62
Hex FF 3E FA 0 4C 2 0 12E 64 3E
Octal 377 76 372 0 114 2 0 456 144 76
Binary 11111111 111110 11111010 0 1001100 10 0 100101110 1100100 111110

Color Harmonies of #FF3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3EFA

Black with #FF3EFA

Text Example


Text Example

White with #FF3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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