Html Css Color HEX #FF4AEB Pink Flamingo

📋 copy color: '#FF4AEB'

red 255 ◦ green 74 ◦ blue 235

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

Shades of Pink Flamingo #FF4AEB

Tints of Pink Flamingo #FF4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.12%

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

R = 45.21%
G = 13.12%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF4AEB (or 0xFF4AEB) is known color: Pink Flamingo. HEX triplet: FF, 4A and EB. RGB value is (255,74,235). Sum of RGB (Red+Green+Blue) = 255+74+235=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AEB is #00B514. Grayscale: #929292. Windows color (decimal): -46357 or 15420159. OLE color: 15420159.

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

Color convert

RGB 255 74 235 -
CMYK 0 0.71 0.08 0
HSL 306.63º 1% 0.65% -
HSV(B) 306.63º 0.71% 1% -
XYZ 58.68 32.16 81.71 -
YUV 146.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 255 74 235 0 0.71 0.08 0 306.63 1 0.65
Hex FF 4A EB 0 47 8 0 133 64 41
Octal 377 112 353 0 107 10 0 463 144 101
Binary 11111111 1001010 11101011 0 1000111 1000 0 100110011 1100100 1000001

Color Harmonies of #FF4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4AEB

Black with #FF4AEB

Text Example


Text Example

White with #FF4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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