Html Css Color HEX #FA47EE Pink Flamingo

📋 copy color: '#FA47EE'

red 250 ◦ green 71 ◦ blue 238

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

Shades of Pink Flamingo #FA47EE

Tints of Pink Flamingo #FA47EE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.7%

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

R = 44.72%
G = 12.7%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA47EE (or 0xFA47EE) is known color: Pink Flamingo. HEX triplet: FA, 47 and EE. RGB value is (250,71,238). Sum of RGB (Red+Green+Blue) = 250+71+238=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47EE is #05B811. Grayscale: #8F8F8F. Windows color (decimal): -374802 or 15615994. OLE color: 15615994.

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

Color convert

RGB 250 71 238 -
CMYK 0 0.72 0.05 0.02
HSL 304.02º 0.95% 0.63% -
HSV(B) 304.02º 0.72% 0.98% -
XYZ 57.11 31 83.86 -
YUV 143.56 181.3 203.92 -
System Red Green Blue C M Y K H S L
Decimal 250 71 238 0 0.72 0.05 0.02 304.02 0.95 0.63
Hex FA 47 EE 0 48 5 2 130 5F 3F
Octal 372 107 356 0 110 5 2 460 137 77
Binary 11111010 1000111 11101110 0 1001000 101 10 100110000 1011111 111111

Color Harmonies of #FA47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47EE

Black with #FA47EE

Text Example


Text Example

White with #FA47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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