Html Css Color HEX #FA65FE Pink Flamingo

📋 copy color: '#FA65FE'

red 250 ◦ green 101 ◦ blue 254

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

Shades of Pink Flamingo #FA65FE

Tints of Pink Flamingo #FA65FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.69%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 41.32%
G = 16.69%
B = 41.98%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA65FE (or 0xFA65FE) is known color: Pink Flamingo. HEX triplet: FA, 65 and FE. RGB value is (250,101,254). Sum of RGB (Red+Green+Blue) = 250+101+254=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 101 (39.84% from 255 or 16.69% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65FE is #059A01. Grayscale: #A2A2A2. Windows color (decimal): -367106 or 16672250. OLE color: 16672250.

HSL color Cylindrical-coordinate representation of color #FA65FE: hue angle of 298.43º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65FE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 101 254 -
CMYK 0.02 0.60 0 0.00
HSL 298.43º 0.99% 0.7% -
HSV(B) 298.43º 0.6% 1% -
XYZ 61.97 36.79 97.6 -
YUV 162.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 250 101 254 0.02 0.60 0 0.00 298.43 0.99 0.7
Hex FA 65 FE 2 3C 0 0 12A 63 46
Octal 372 145 376 2 74 0 0 452 143 106
Binary 11111010 1100101 11111110 10 111100 0 0 100101010 1100011 1000110

Color Harmonies of #FA65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65FE

Black with #FA65FE

Text Example


Text Example

White with #FA65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65FE; }

 p { color: rgb(250,101,254); }

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

background-color css

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

 a { background-color: rgb(250,101,254); }

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

border-color css

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

 span { border-color: rgb(250,101,254); }

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