Html Css Color HEX #FF47EB Pink Flamingo

📋 copy color: '#FF47EB'

red 255 ◦ green 71 ◦ blue 235

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

Shades of Pink Flamingo #FF47EB

Tints of Pink Flamingo #FF47EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.66%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 45.45%
G = 12.66%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF47EB (or 0xFF47EB) is known color: Pink Flamingo. HEX triplet: FF, 47 and EB. RGB value is (255,71,235). Sum of RGB (Red+Green+Blue) = 255+71+235=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47EB is #00B814. Grayscale: #909090. Windows color (decimal): -47125 or 15419391. OLE color: 15419391.

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

Color convert

RGB 255 71 235 -
CMYK 0 0.72 0.08 0
HSL 306.52º 1% 0.64% -
HSV(B) 306.52º 0.72% 1% -
XYZ 58.49 31.76 81.65 -
YUV 144.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 255 71 235 0 0.72 0.08 0 306.52 1 0.64
Hex FF 47 EB 0 48 8 0 133 64 40
Octal 377 107 353 0 110 10 0 463 144 100
Binary 11111111 1000111 11101011 0 1001000 1000 0 100110011 1100100 1000000

Color Harmonies of #FF47EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47EB

Black with #FF47EB

Text Example


Text Example

White with #FF47EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47EB; }

 p { color: rgb(255,71,235); }

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

background-color css

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

 a { background-color: rgb(255,71,235); }

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

border-color css

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

 span { border-color: rgb(255,71,235); }

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