Html Css Color HEX #FA4FEE Pink Flamingo

📋 copy color: '#FA4FEE'

red 250 ◦ green 79 ◦ blue 238

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

Shades of Pink Flamingo #FA4FEE

Tints of Pink Flamingo #FA4FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 44.09%
G = 13.93%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA4FEE (or 0xFA4FEE) is known color: Pink Flamingo. HEX triplet: FA, 4F and EE. RGB value is (250,79,238). Sum of RGB (Red+Green+Blue) = 250+79+238=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FEE is #05B011. Grayscale: #939393. Windows color (decimal): -372754 or 15618042. OLE color: 15618042.

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

Color convert

RGB 250 79 238 -
CMYK 0 0.68 0.05 0.02
HSL 304.21º 0.94% 0.65% -
HSV(B) 304.21º 0.68% 0.98% -
XYZ 57.65 32.09 84.04 -
YUV 148.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 250 79 238 0 0.68 0.05 0.02 304.21 0.94 0.65
Hex FA 4F EE 0 44 5 2 130 5E 41
Octal 372 117 356 0 104 5 2 460 136 101
Binary 11111010 1001111 11101110 0 1000100 101 10 100110000 1011110 1000001

Color Harmonies of #FA4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FEE

Black with #FA4FEE

Text Example


Text Example

White with #FA4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FEE; }

 p { color: rgb(250,79,238); }

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

background-color css

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

 a { background-color: rgb(250,79,238); }

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

border-color css

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

 span { border-color: rgb(250,79,238); }

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