Html Css Color HEX #FB4AF2 Pink Flamingo

📋 copy color: '#FB4AF2'

red 251 ◦ green 74 ◦ blue 242

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

Shades of Pink Flamingo #FB4AF2

Tints of Pink Flamingo #FB4AF2

RGB

 RED value IS 251 (98.44% from 255) = 44.27%

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

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 44.27%
G = 13.05%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB4AF2 (or 0xFB4AF2) is known color: Pink Flamingo. HEX triplet: FB, 4A and F2. RGB value is (251,74,242). Sum of RGB (Red+Green+Blue) = 251+74+242=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF2 is #04B50D. Grayscale: #919191. Windows color (decimal): -308494 or 15878907. OLE color: 15878907.

HSL color Cylindrical-coordinate representation of color #FB4AF2: hue angle of 303.05º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AF2 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 74 242 -
CMYK 0 0.71 0.04 0.02
HSL 303.05º 0.96% 0.64% -
HSV(B) 303.05º 0.71% 0.98% -
XYZ 58.26 31.82 87.08 -
YUV 146.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 251 74 242 0 0.71 0.04 0.02 303.05 0.96 0.64
Hex FB 4A F2 0 47 4 2 12F 60 40
Octal 373 112 362 0 107 4 2 457 140 100
Binary 11111011 1001010 11110010 0 1000111 100 10 100101111 1100000 1000000

Color Harmonies of #FB4AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AF2

Black with #FB4AF2

Text Example


Text Example

White with #FB4AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AF2; }

 p { color: rgb(251,74,242); }

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

background-color css

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

 a { background-color: rgb(251,74,242); }

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

border-color css

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

 span { border-color: rgb(251,74,242); }

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