Html Css Color HEX #FF4BEA Pink Flamingo

📋 copy color: '#FF4BEA'

red 255 ◦ green 75 ◦ blue 234

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

Shades of Pink Flamingo #FF4BEA

Tints of Pink Flamingo #FF4BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.3%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 45.21%
G = 13.3%
B = 41.49%

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

#FF4BEA (or 0xFF4BEA) is known color: Pink Flamingo. HEX triplet: FF, 4B and EA. RGB value is (255,75,234). Sum of RGB (Red+Green+Blue) = 255+75+234=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 75 (29.69% from 255 or 13.30% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4BEA is #00B415. Grayscale: #929292. Windows color (decimal): -46102 or 15354879. OLE color: 15354879.

HSL color Cylindrical-coordinate representation of color #FF4BEA: hue angle of 307º 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 #FF4BEA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 75 234 -
CMYK 0 0.71 0.08 0
HSL 307º 1% 0.65% -
HSV(B) 307º 0.71% 1% -
XYZ 58.61 32.23 80.97 -
YUV 146.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 255 75 234 0 0.71 0.08 0 307 1 0.65
Hex FF 4B EA 0 47 8 0 133 64 41
Octal 377 113 352 0 107 10 0 463 144 101
Binary 11111111 1001011 11101010 0 1000111 1000 0 100110011 1100100 1000001

Color Harmonies of #FF4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4BEA

Black with #FF4BEA

Text Example


Text Example

White with #FF4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4BEA; }

 p { color: rgb(255,75,234); }

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

background-color css

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

 a { background-color: rgb(255,75,234); }

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

border-color css

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

 span { border-color: rgb(255,75,234); }

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