Html Css Color HEX #FF4FFB Pink Flamingo

📋 copy color: '#FF4FFB'

red 255 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #FF4FFB

Tints of Pink Flamingo #FF4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.5%

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

R = 43.59%
G = 13.5%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF4FFB (or 0xFF4FFB) is known color: Pink Flamingo. HEX triplet: FF, 4F and FB. RGB value is (255,79,251). Sum of RGB (Red+Green+Blue) = 255+79+251=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 79 (31.25% from 255 or 13.50% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FFB is #00B004. Grayscale: #969696. Windows color (decimal): -45061 or 16470015. OLE color: 16470015.

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

Color convert

RGB 255 79 251 -
CMYK 0 0.69 0.02 0
HSL 301.36º 1% 0.65% -
HSV(B) 301.36º 0.69% 1% -
XYZ 61.45 33.82 94.56 -
YUV 151.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 255 79 251 0 0.69 0.02 0 301.36 1 0.65
Hex FF 4F FB 0 45 2 0 12D 64 41
Octal 377 117 373 0 105 2 0 455 144 101
Binary 11111111 1001111 11111011 0 1000101 10 0 100101101 1100100 1000001

Color Harmonies of #FF4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FFB

Black with #FF4FFB

Text Example


Text Example

White with #FF4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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