Html Css Color HEX #FF65FA Pink Flamingo

📋 copy color: '#FF65FA'

red 255 ◦ green 101 ◦ blue 250

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

Shades of Pink Flamingo #FF65FA

Tints of Pink Flamingo #FF65FA

RGB

 RED value IS 255 (100% from 255) = 42.08%

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 42.08%
G = 16.67%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF65FA (or 0xFF65FA) is known color: Pink Flamingo. HEX triplet: FF, 65 and FA. RGB value is (255,101,250). Sum of RGB (Red+Green+Blue) = 255+101+250=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 101 (39.84% from 255 or 16.67% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65FA is #009A05. Grayscale: #A3A3A3. Windows color (decimal): -39430 or 16410111. OLE color: 16410111.

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

Color convert

RGB 255 101 250 -
CMYK 0 0.60 0.02 0
HSL 301.95º 1% 0.7% -
HSV(B) 301.95º 0.6% 1% -
XYZ 63.15 37.47 94.35 -
YUV 164.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 255 101 250 0 0.60 0.02 0 301.95 1 0.7
Hex FF 65 FA 0 3C 2 0 12E 64 46
Octal 377 145 372 0 74 2 0 456 144 106
Binary 11111111 1100101 11111010 0 111100 10 0 100101110 1100100 1000110

Color Harmonies of #FF65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65FA

Black with #FF65FA

Text Example


Text Example

White with #FF65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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