Html Css Color HEX #FA4BEF Pink Flamingo

📋 copy color: '#FA4BEF'

red 250 ◦ green 75 ◦ blue 239

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

Shades of Pink Flamingo #FA4BEF

Tints of Pink Flamingo #FA4BEF

RGB

 RED value IS 250 (98.05% from 255) = 44.33%

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 44.33%
G = 13.3%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA4BEF (or 0xFA4BEF) is known color: Pink Flamingo. HEX triplet: FA, 4B and EF. RGB value is (250,75,239). Sum of RGB (Red+Green+Blue) = 250+75+239=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 75 (29.69% from 255 or 13.30% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4BEF is #05B410. Grayscale: #919191. Windows color (decimal): -373777 or 15682554. OLE color: 15682554.

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

Color convert

RGB 250 75 239 -
CMYK 0 0.7 0.04 0.02
HSL 303.77º 0.95% 0.64% -
HSV(B) 303.77º 0.7% 0.98% -
XYZ 57.52 31.59 84.73 -
YUV 146.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 250 75 239 0 0.7 0.04 0.02 303.77 0.95 0.64
Hex FA 4B EF 0 46 4 2 130 5F 40
Octal 372 113 357 0 106 4 2 460 137 100
Binary 11111010 1001011 11101111 0 1000110 100 10 100110000 1011111 1000000

Color Harmonies of #FA4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BEF

Black with #FA4BEF

Text Example


Text Example

White with #FA4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BEF; }

 p { color: rgb(250,75,239); }

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

background-color css

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

 a { background-color: rgb(250,75,239); }

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

border-color css

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

 span { border-color: rgb(250,75,239); }

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