Html Css Color HEX #FF4BFB Pink Flamingo

📋 copy color: '#FF4BFB'

red 255 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #FF4BFB

Tints of Pink Flamingo #FF4BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 43.89%
G = 12.91%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF4BFB (or 0xFF4BFB) is known color: Pink Flamingo. HEX triplet: FF, 4B and FB. RGB value is (255,75,251). Sum of RGB (Red+Green+Blue) = 255+75+251=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 75 (29.69% from 255 or 12.91% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4BFB is #00B404. Grayscale: #949494. Windows color (decimal): -46085 or 16468991. OLE color: 16468991.

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

Color convert

RGB 255 75 251 -
CMYK 0 0.71 0.02 0
HSL 301.33º 1% 0.65% -
HSV(B) 301.33º 0.71% 1% -
XYZ 61.17 33.26 94.46 -
YUV 148.88 185.63 203.69 -
System Red Green Blue C M Y K H S L
Decimal 255 75 251 0 0.71 0.02 0 301.33 1 0.65
Hex FF 4B FB 0 47 2 0 12D 64 41
Octal 377 113 373 0 107 2 0 455 144 101
Binary 11111111 1001011 11111011 0 1000111 10 0 100101101 1100100 1000001

Color Harmonies of #FF4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4BFB

Black with #FF4BFB

Text Example


Text Example

White with #FF4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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